Releases
Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list
-and check the ChangeLog to gauge progresses.
0.1.0: Apr 10 2006
- building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
+and check the ChangeLog to gauge progresses.
0.1.1: Jun 21 2006
- building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+ Berrange)
+
- driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+ Berrange)
+
- Cope with API change introduced in Xen changeset 10277
+
- new test driver for regression checks (Daniel P. Berrange)
+
- improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+ --connect argument to virsh (Daniel P. Berrange),
+
- bug fixes: uninitialized memory access in error reporting, S-Expr
+ parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+ in xs_internal.c
+
- documentation: Python examples (David Lutterkort), new Perl binding URL,
+ man page update (Karel Zak)
+
+
0.1.0: Apr 10 2006
- building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
build and pkginfo cflag fix (Daniel Berrange)
- enhancement and fixes of the XML description format (David Lutterkort
and Jim Fehlig)
diff --git a/include/libvirt.h b/include/libvirt.h
index 097aa13715..ecd3efe76d 100644
--- a/include/libvirt.h
+++ b/include/libvirt.h
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index 097aa13715..ecd3efe76d 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 8d4db9454b..9e866b50ee 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -103,6 +103,15 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
+* Wed Jun 21 2006 Daniel Veillard 0.1.1-1
+- extend and cleanup the driver infrastructure and code
+- python examples
+- extend uuid support
+- bug fixes, buffer handling cleanups
+- support for new Xen hypervisor API
+- test driver for unit testing
+- virsh --conect argument
+
* Mon Apr 10 2006 Daniel Veillard 0.1.0-1
- various fixes
- new APIs: for Node information and Reboot