diff --git a/ChangeLog b/ChangeLog index a7987d851c..dea5e32c3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 3 15:41:58 EDT 2006 Daniel Veillard + + * NEWS docs/* configure.in libvirt.spec.in include/libvirt/libvirt.h: + preparing release of 0.1.2 + * src/proxy_internal.c: don't warn on open if using http and not the + proxy. + Mon Jul 3 13:54:03 EDT 2006 Daniel Veillard * libvirt.spec.in proxy/Makefile.am src/proxy_internal.c diff --git a/NEWS b/NEWS index 8ba8e3786d..bb26f8caaa 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ http://libvirt.org/news.html Releases +0.1.2: Jul 3 2006: + - headers include paths fixup + + - proxy mechanism for unpriviledged read-only access by httpu + + + 0.1.1: Jun 21 2006: - building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P. Berrange) diff --git a/configure.in b/configure.in index 57ae0d949a..ba28df135b 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=1 +LIBVIRT_MICRO_VERSION=2 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 c26c39187d..2f64c86208 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,11 @@ 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.2: Jul 3 2006

+

0.1.1: Jun 21 2006