From 6eaf35d077d40f184c2e8e199e4b8585bf8a393e Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 23 Feb 2006 10:42:29 +0000 Subject: [PATCH] * NEWS configure.in docs/libvir.html docs/news.html: preparing the release of 0.0.5 * include/libvirt.h.in: fixed APIs definition Daniel --- ChangeLog | 6 ++++++ NEWS | 12 ++++++++++++ configure.in | 2 +- docs/libvir.html | 13 +++++++++++++ docs/news.html | 11 ++++++++++- include/libvirt.h | 2 +- include/libvirt.h.in | 4 ++-- include/libvirt/libvirt.h | 2 +- include/libvirt/libvirt.h.in | 4 ++-- 9 files changed, 48 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 865d738f6c..93b5c46b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 23 11:41:06 CET 2006 Daniel Veillard + + * NEWS configure.in docs/libvir.html docs/news.html: preparing the + release of 0.0.5 + * include/libvirt.h.in: fixed APIs definition + Thu Feb 23 05:31:46 EST 2006 Daniel Veillard * python/tests/Makefile.am: added the create.py in the regression tests diff --git a/NEWS b/NEWS index 5b42f702f5..f8dbd1f2b4 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,18 @@ http://libvirt.org/news.html Releases +0.0.5: Feb 23 2006: + - Added XML description parsing, dependance to libxml2, implemented the + creation API virDomainCreateLinux() + - new APIs to lookup and name domain by UUID + - fixed the XML dump when using the Xend access + - Fixed a few more problem related to the name change + - Adding regression tests in python and examples in C + - web site improvement, extended the documentation to cover the XML + format and Python API + - Added devhelp help for Gnome/Gtk programmers + + 0.0.4: Feb 10 2006: - Fix various bugs introduced in the name change diff --git a/configure.in b/configure.in index 9086c317e9..ccfd6e1019 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=0 -LIBVIRT_MICRO_VERSION=4 +LIBVIRT_MICRO_VERSION=5 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 7d24c9094c..164a571614 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,19 @@ 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.5: Feb 23 2006

+
    +
  • Added XML description parsing, dependance to libxml2, implemented the + creation API virDomainCreateLinux()
  • +
  • new APIs to lookup and name domain by UUID
  • +
  • fixed the XML dump when using the Xend access
  • +
  • Fixed a few more problem related to the name change
  • +
  • Adding regression tests in python and examples in C
  • +
  • web site improvement, extended the documentation to cover the XML + format and Python API
  • +
  • Added devhelp help for Gnome/Gtk programmers
  • +
+

0.0.4: Feb 10 2006

  • Fix various bugs introduced in the name change
  • diff --git a/docs/news.html b/docs/news.html index f8cf04d455..4013875fd1 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,16 @@ 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.4: Feb 10 2006

    • Fix various bugs introduced in the name change
    • +and check the ChangeLog to gauge progresses.

      0.0.5: Feb 23 2006

      • Added XML description parsing, dependance to libxml2, implemented the + creation API virDomainCreateLinux()
      • +
      • new APIs to lookup and name domain by UUID
      • +
      • fixed the XML dump when using the Xend access
      • +
      • Fixed a few more problem related to the name change
      • +
      • Adding regression tests in python and examples in C
      • +
      • web site improvement, extended the documentation to cover the XML + format and Python API
      • +
      • Added devhelp help for Gnome/Gtk programmers
      • +

      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
      • diff --git a/include/libvirt.h b/include/libvirt.h index 76d65959c1..e429c969fa 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 4 +#define LIBVIR_VERSION_NUMBER 5 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/include/libvirt.h.in b/include/libvirt.h.in index 5d5b4d8e6f..83e8650445 100644 --- a/include/libvirt.h.in +++ b/include/libvirt.h.in @@ -207,7 +207,7 @@ virDomainPtr virDomainLookupByName (virConnectPtr conn, virDomainPtr virDomainLookupByID (virConnectPtr conn, int id); virDomainPtr virDomainLookupByUUID (virConnectPtr conn, - const char *uuid); + const unsigned char *uuid); int virDomainShutdown (virDomainPtr domain); int virDomainDestroy (virDomainPtr domain); int virDomainFree (virDomainPtr domain); @@ -238,7 +238,7 @@ int virDomainGetInfo (virDomainPtr domain, const char * virDomainGetName (virDomainPtr domain); unsigned int virDomainGetID (virDomainPtr domain); int virDomainGetUUID (virDomainPtr domain, - char *uuid); + unsigned char *uuid); char * virDomainGetOSType (virDomainPtr domain); unsigned long virDomainGetMaxMemory (virDomainPtr domain); int virDomainSetMaxMemory (virDomainPtr domain, diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index 76d65959c1..e429c969fa 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 4 +#define LIBVIR_VERSION_NUMBER 5 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 5d5b4d8e6f..83e8650445 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -207,7 +207,7 @@ virDomainPtr virDomainLookupByName (virConnectPtr conn, virDomainPtr virDomainLookupByID (virConnectPtr conn, int id); virDomainPtr virDomainLookupByUUID (virConnectPtr conn, - const char *uuid); + const unsigned char *uuid); int virDomainShutdown (virDomainPtr domain); int virDomainDestroy (virDomainPtr domain); int virDomainFree (virDomainPtr domain); @@ -238,7 +238,7 @@ int virDomainGetInfo (virDomainPtr domain, const char * virDomainGetName (virDomainPtr domain); unsigned int virDomainGetID (virDomainPtr domain); int virDomainGetUUID (virDomainPtr domain, - char *uuid); + unsigned char *uuid); char * virDomainGetOSType (virDomainPtr domain); unsigned long virDomainGetMaxMemory (virDomainPtr domain); int virDomainSetMaxMemory (virDomainPtr domain,