From 29e65f9a9808b03005c49ff5fd9c26bc9ca4a6d2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 8 Jun 2007 11:11:56 +0000 Subject: [PATCH] * configure.in libvirt.spec.in include/libvirt/libvirt.h docs/*: prepared release of 0.2.3 Daniel --- ChangeLog | 5 +++++ configure.in | 2 +- docs/libvir.html | 36 ++++++++++++++++++++++++++++++++++++ docs/news.html | 35 ++++++++++++++++++++++++++++++++++- include/libvirt/libvirt.h | 2 +- libvirt.spec.in | 8 +++++++- 6 files changed, 84 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d40feba9c..3ac2b3493f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 8 13:06:01 CEST 2007 Daniel Veillard + + * configure.in libvirt.spec.in include/libvirt/libvirt.h + docs/*: prepared release of 0.2.3 + Fri Jun 8 11:35:55 CEST 2007 Daniel Veillard * po/*: new merge of localization strings diff --git a/configure.in b/configure.in index 236faefc82..94f551fcb5 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=2 -LIBVIRT_MICRO_VERSION=2 +LIBVIRT_MICRO_VERSION=3 LIBVIRT_MICRO_VERSION_SUFFIX= LIBVIRT_VERSION=$LIBVIRT_MAJOR_VERSION.$LIBVIRT_MINOR_VERSION.$LIBVIRT_MICRO_VERSION$LIBVIRT_MICRO_VERSION_SUFFIX LIBVIRT_VERSION_INFO=`expr $LIBVIRT_MAJOR_VERSION + $LIBVIRT_MINOR_VERSION`:$LIBVIRT_MICRO_VERSION:$LIBVIRT_MINOR_VERSION diff --git a/docs/libvir.html b/docs/libvir.html index 91fb9264dc..ebda1426de 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -35,6 +35,42 @@ 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.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), diff --git a/docs/news.html b/docs/news.html index d1cbacf13e..6546bf3783 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,40 @@ Releases

    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 a17b9a5b61..9e3dcb7fd4 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 2a74c496a6..73112360fe 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