diff --git a/ChangeLog b/ChangeLog index d06b8fdee85b997d0439c7add88a7b3005ab1dcb..035035dc8c8a021cdfc1e29bd026f22851046afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 29 11:27:36 CEST 2006 Daniel Veillard + + * docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.7 + Thu Sep 21 10:19:02 EDT 2006 Daniel Berrange * src/xen_internal.c: Fork different version of getdomaininfo struct for diff --git a/NEWS b/NEWS index d0167017057a23dbbb309fb9f78e1cfcf3db7036..cae744a6a503286a611c0e092c440cc9adca376a 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,13 @@ http://libvirt.org/news.html Releases -0.1.6: Sep 5 2006: +0.1.7: Sep 29 2006: + - fix a memory bug on getting vcpu informations from xend (Daniel Berrange) + - fix another problem in the hypercalls change in Xen changeset + 86d26e6ec89b when getting domain informations (Daniel Berrange) + + +0.1.6: Sep 22 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 diff --git a/configure.in b/configure.in index 5feaa8c63525f50b42b21ca9170e8bbd300a484e..03c646a826f8b9767014b3f460c5a45077fb2a1a 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=6 +LIBVIRT_MICRO_VERSION=7 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 807e7ba393263f1fda4db974eb7804f8ae8fabce..8a013f0d099f01211c1f0faacad2a41440a5888c 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,7 +33,13 @@ 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.7: Sep 29 2006

+ +

0.1.6: Sep 22 2006