diff --git a/ChangeLog b/ChangeLog index f97e8b28ff..021d5308c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 22 11:02:48 CEST 2006 Daniel Veillard + + * docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.6 + Thu Sep 21 10:19:02 EDT 2006 Daniel Berrange * Makefile.am: Added po directory diff --git a/NEWS b/NEWS index 8070ca5fdd..d016701705 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,15 @@ http://libvirt.org/news.html Releases +0.1.6: Sep 5 2006: + - Support for localization of strings using gettext (Daniel Berrange) + - Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange) + - Support for setting VNC port when creating domains with new + xend config files (Daniel Berrange) + - Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig) + - Fix reconnection problem when talking directly to http xend + + 0.1.5: Sep 5 2006: - Support for new hypercalls change in Xen changeset 86d26e6ec89b - bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi diff --git a/configure.in b/configure.in index 1c9932bc28..5feaa8c635 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=5 +LIBVIRT_MICRO_VERSION=6 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 a1f7a63367..807e7ba393 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,15 @@ 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.6: Sep 5 2006

+

0.1.5: Sep 5 2006