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.2.2: Apr 17 2007
- Documentation: fix errors due to Amaya (with Simon Hernandez),
+and check the ChangeLog to gauge progresses.
0.2.3: Jun 8 2007
- Documentation: documentation for upcoming remote access (Richard Jones),
+ virConnectNumOfDefinedDomains doc (Jan Michael), virsh help messages
+ for dumpxml and net-dumpxml (Chris Wright),
+ - Bug fixes: RelaxNG schemas regexp fix (Robin Green), RelaxNG arch bug
+ (Mark McLoughlin), large buffers bug fixes (Shigeki Sakamoto), error
+ on out of memory condition (Shigeki Sakamoto), virshStrdup fix, non-root
+ driver when using Xen bug (Richard Jones), use --strict-order when
+ running dnsmasq (Daniel Berrange), virbr0 weirdness on restart (Mark
+ McLoughlin), keep connection error messages (Richard Jones), increase
+ QEmu read buffer on help (Daniel Berrange), rpm dependance on
+ dnsmasq (Daniel Berrange), fix XML boot device syntax (Daniel Berrange),
+ QEmu memory bug (Daniel Berrange), memory leak fix (Masayuki Sunou),
+ fix compiler flags (Richard Jones), remove type ioemu on recent Xen
+ HVM for paravirt drivers (Saori Fukuta), uninitialized string bug
+ (Masayuki Sunou), allow init even if the daemon is not running,
+ XML to config fix (Daniel Berrange)
+ - Improvements: add a special error class for the test module (Richard
+ Jones), virConnectGetCapabilities on proxy (Richard Jones), allow
+ network driver to decline usage (Richard Jones), extend error messages
+ for upcoming remote access (Richard Jones), on_reboot support for QEmu
+ (Daniel Berrange), save daemon output in a log file (Daniel Berrange),
+ xenXMDomainDefineXML can override guest config (Hugh Brock),
+ add attach-device and detach-device commands to virsh (Masayuki Sunou
+ and Mark McLoughlin and Richard Jones), make virGetVersion case
+ insensitive and Python bindings (Richard Jones), new scheduler API
+ (Atsushi SAKAI), localizations updates, add logging option for virsh
+ (Nobuhiro Itou), allow arguments to be passed to bootloader (Hugh Brock),
+ increase the test suite (Daniel Berrange and Hugh Brock)
+ - Cleanups: Remove VIR_DRV_OPEN_QUIET (Richard Jones), disable xm_internal.c
+ for Xen > 3.0.3 (Daniel Berrange), unused fields in _virDomain (Richard
+ Jones), export __virGetDomain and __virGetNetwork for libvirtd only
+ (Richard Jones), ignore old VNC config for HVM on recent Xen (Daniel
+ Berrange), various code cleanups, -Werror cleanup (Hugh Brock)
+
0.2.2: Apr 17 2007
- Documentation: fix errors due to Amaya (with Simon Hernandez),
virsh uses kB not bytes (Atsushi SAKAI), add command line help to
qemud (Richard Jones), xenUnifiedRegister docs (Atsushi SAKAI),
strings typos (Nikolay Sivov), ilocalization probalem raised by
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index a17b9a5b61ec7c5aa448e8b4d402c5174d684f6a..9e3dcb7fd41ced80515e4efa26759297470b474f 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -279,7 +279,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 2002
+#define LIBVIR_VERSION_NUMBER 2003
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 2a74c496a6e0ed3ff9bfb5e6a84029ada75ee259..73112360fed5f85f3bbdf5c5e55545354b42c7e5 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -9,7 +9,7 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: @VERSION@
-Release: 2%{?_extra_release}
+Release: 1%{?_extra_release}
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@@ -171,6 +171,12 @@ fi
%doc docs/examples/python
%changelog
+* Tue Apr 17 2007 Daniel Veillard - 0.2.3-1
+- Release of 0.2.3
+- lot of assorted bugfixes and cleanups
+- support for Xen-3.1
+- new scheduler API
+
* Tue Apr 17 2007 Daniel Veillard - 0.2.2-1
- Release of 0.2.2
- lot of assorted bugfixes and cleanups