diff --git a/ChangeLog b/ChangeLog index e356694794..1c8d46eefb 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 bb5e356eaa..8ba8e3786d 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 3bc3b99d03..588cd8d9c6 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 4f1a4c93b5..c26c39187d 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

+

0.1.0: Apr 10 2006