From: Daniel Veillard Date: Wed, 21 Jun 2006 13:36:07 +0000 (+0000) Subject: * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=17af6e0a9bf0b8b1151ef157ee0e4f12c891ee23;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1 Daniel --- diff --git a/ChangeLog b/ChangeLog index e35669479..1c8d46eef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 21 14:41:04 CEST 2006 Daniel Veillard + + * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1 + Wed Jun 21 13:02:30 EDT 2006 Daniel Veillard * src/driver.h src/libvirt.c src/test.c src/xen_internal.c diff --git a/NEWS b/NEWS index bb5e356ea..8ba8e3786 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,30 @@ http://libvirt.org/news.html Releases +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) diff --git a/configure.in b/configure.in index 3bc3b99d0..588cd8d9c 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=1 -LIBVIRT_MICRO_VERSION=0 +LIBVIRT_MICRO_VERSION=1 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 4f1a4c93b..c26c39187 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,23 @@ 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.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 diff --git a/docs/news.html b/docs/news.html index 8be5b4db7..dc27c01b0 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,21 @@ 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.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 097aa1371..ecd3efe76 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 097aa1371..ecd3efe76 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 8d4db9454..9e866b50e 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