From 2a9660e4257b594b8a69eba6c8c8dd6eb0374ba8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 10 Feb 2006 10:28:59 +0000 Subject: [PATCH] * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h libvirt.spec.in: preparing 0.0.4 release Daniel --- ChangeLog | 5 +++++ NEWS | 4 ++++ configure.in | 4 ++-- docs/libvir.html | 5 +++++ docs/news.html | 3 ++- include/libvirt.h | 2 +- include/libvirt/libvirt.h | 2 +- libvirt.spec.in | 3 +++ 8 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54a5a9f101..8899d3caaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 10 11:21:53 EST 2006 Daniel Veillard + + * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h + libvirt.spec.in: preparing 0.0.4 release + Fri Feb 10 11:09:11 CET 2006 Daniel Veillard * README TODO config.h.in libvirt.pc.in: more cleanups. diff --git a/NEWS b/NEWS index 74ebdcbcfb..5b42f702f5 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ http://libvirt.org/news.html Releases +0.0.4: Feb 10 2006: + - Fix various bugs introduced in the name change + + 0.0.3: Feb 9 2006: - Switch name from from 'libvir' to libvirt - Starting infrastructure to add code examples diff --git a/configure.in b/configure.in index fd907289ba..f333e8a656 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIR_MAJOR_VERSION=0 LIBVIR_MINOR_VERSION=0 -LIBVIR_MICRO_VERSION=3 +LIBVIR_MICRO_VERSION=4 LIBVIR_MICRO_VERSION_SUFFIX= LIBVIR_VERSION=$LIBVIR_MAJOR_VERSION.$LIBVIR_MINOR_VERSION.$LIBVIR_MICRO_VERSION$LIBVIR_MICRO_VERSION_SUFFIX LIBVIR_VERSION_INFO=`expr $LIBVIR_MAJOR_VERSION + $LIBVIR_MINOR_VERSION`:$LIBVIR_MICRO_VERSION:$LIBVIR_MINOR_VERSION @@ -64,7 +64,7 @@ AC_SUBST(HTML_DIR) dnl dnl specific tests to setup DV devel environments with debug etc ... dnl -if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/libvir" ]] ; then +if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/libvirt" ]] ; then STATIC_BINARIES="-static" else STATIC_BINARIES= diff --git a/docs/libvir.html b/docs/libvir.html index 0d177fabb6..a184e24c95 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.0.4: Feb 10 2006

+
    +
  • Fix various bugs introduced in the name change
  • +
+

0.0.3: Feb 9 2006

  • Switch name from from 'libvir' to libvirt
  • diff --git a/docs/news.html b/docs/news.html index 53d0b03a81..d3c59672e6 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,8 @@ Releases

    Releases

    Here is the list of official releases, however since it is early on in the 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.0.3: Feb 9 2006

    • Switch name from from 'libvir' to libvirt
    • +and check the ChangeLog to gauge progresses.

      0.0.4: Feb 10 2006

      • Fix various bugs introduced in the name change
      • +

      0.0.3: Feb 9 2006

      • Switch name from from 'libvir' to libvirt
      • Starting infrastructure to add code examples
      • Update of python bindings for completeness

      0.0.2: Jan 29 2006

      • Update of the documentation, web site redesign (Diana Fong)
      • diff --git a/include/libvirt.h b/include/libvirt.h index fc27b596da..10f271b4f5 100644 --- a/include/libvirt.h +++ b/include/libvirt.h @@ -167,7 +167,7 @@ typedef enum { * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 3 +#define LIBVIR_VERSION_NUMBER 4 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index fc27b596da..10f271b4f5 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -167,7 +167,7 @@ typedef enum { * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 3 +#define LIBVIR_VERSION_NUMBER 4 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/libvirt.spec.in b/libvirt.spec.in index e3cfce67c6..1911aba157 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -90,6 +90,9 @@ rm -fr %{buildroot} %doc python/libvirtclass.txt %changelog +* Fri Feb 10 2006 Daniel Veillard 0.0.4-1 +- fixes some problems in 0.0.3 due to the change of names + * Wed Feb 8 2006 Daniel Veillard 0.0.3-1 - changed library name to libvirt from libvir, complete and test the python bindings -- GitLab