diff --git a/ChangeLog b/ChangeLog index ec4b628fdd..9ddb4720ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 16 17:10:15 CEST 2006 Daniel Veillard + + * config.h.in configure.in libvirt.spec.in docs/libvir.html + docs/news.html include/libvirt/libvirt.h: preparing release of + libvirt-0.1.8 + * src/xen_internal.c: fixed a compilation problem + Thu Oct 12 17:31:13 CEST 2006 Daniel Veillard * src/xen_internal.c: one of the fix for system with page size != 4k diff --git a/config.h.in b/config.h.in index fac4097426..b9ae06bdba 100644 --- a/config.h.in +++ b/config.h.in @@ -4,14 +4,6 @@ language is requested. */ #undef ENABLE_NLS -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -#undef HAVE_CFLOCALECOPYCURRENT - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -#undef HAVE_CFPREFERENCESCOPYAPPVALUE - /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT diff --git a/configure.in b/configure.in index 03c646a826..4d3bd5c713 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=7 +LIBVIRT_MICRO_VERSION=8 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 e8dd2cce4c..5bef64e15f 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,18 @@ 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.8: Oct 16 2006

+

0.1.7: Sep 29 2006