diff --git a/ChangeLog b/ChangeLog index 6537632842..77d6a4acf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 22 16:24:54 CET 2007 Daniel Veillard + + * configure.in libvirt.spec.in docs/*.html include/libvirt/libvirt.h: + preparing release of 0.1.11 + * docs/Makefile.am libvirt.spec.in: package libvirt.rng in + * po/*: translation update + Fri Jan 19 15:28:13 EST 2007 Daniel Berrange * tests/xmconfigtest.c: Test suite to check conversion from diff --git a/configure.in b/configure.in index aae3217cb1..4afcc412af 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=10 +LIBVIRT_MICRO_VERSION=11 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/Makefile.am b/docs/Makefile.am index 4a0b20d8d7..92cc01c6f7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,7 +10,7 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \ EXTRA_DIST= \ libvirt-api.xml libvirt-refs.xml apibuild.py \ *.xsl *.html *.gif html/*.html html/*.png \ - test*.xml + test*.xml libvirt.rng man_MANS= diff --git a/docs/libvir.html b/docs/libvir.html index 9cb674a709..77a6a727f0 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,14 @@ 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.11: Jan 22 2007

+ +

0.1.10: Dec 20 2006