]> xenbits.xensource.com Git - libvirt.git/commitdiff
* NEWS configure.in docs/libvir.html docs/news.html: preparing the
authorDaniel Veillard <veillard@redhat.com>
Thu, 23 Feb 2006 10:42:29 +0000 (10:42 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 23 Feb 2006 10:42:29 +0000 (10:42 +0000)
  release of 0.0.5
* include/libvirt.h.in: fixed APIs definition
Daniel

ChangeLog
NEWS
configure.in
docs/libvir.html
docs/news.html
include/libvirt.h
include/libvirt.h.in
include/libvirt/libvirt.h
include/libvirt/libvirt.h.in

index 865d738f6c1d0dde947678c47a71195acee5bae9..93b5c46b013935ad185c2f0f3e6dfa1ff7102e7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 23 11:41:06 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * 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 <veillard@redhat.com>
 
        * python/tests/Makefile.am: added the create.py in the regression tests
diff --git a/NEWS b/NEWS
index 5b42f702f5addac6350a2069d6fc58afa1c56d00..f8dbd1f2b4f3ceae131574d5e4d1882a49e65297 100644 (file)
--- 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
 
index 9086c317e99359f0781263887a2b6575271a9380..ccfd6e1019b7803d284a766040a6e72b1c691c3c 100644 (file)
@@ -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
index 7d24c9094cf15821846310f13ac614333b87ffae..164a57161431eab4b4249033d6f8b15aac1e7a0b 100644 (file)
@@ -33,6 +33,19 @@ development of libvirt, it is preferable when possible to just use the <a
 href="downloads.html">CVS version or snapshot</a>, contact the mailing list
 and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p>
 
+<h3>0.0.5: Feb 23 2006</h3>
+<ul>
+  <li>Added XML description parsing, dependance to libxml2, implemented the
+    creation API virDomainCreateLinux()</li>
+  <li>new APIs to lookup and name domain by UUID</li>
+  <li>fixed the XML dump when using the Xend access</li>
+  <li>Fixed a few more problem related to the name change</li>
+  <li>Adding regression tests in python and examples in C</li>
+  <li>web site improvement, extended the documentation to cover the XML
+    format and Python API</li>
+  <li>Added devhelp help for Gnome/Gtk programmers</li>
+</ul>
+
 <h3>0.0.4: Feb 10 2006</h3>
 <ul>
   <li>Fix various bugs introduced in the name change</li>
index f8cf04d455414e5b73b382b70fe247ef880ce165..4013875fd19c2537cd50166f312f018a37c06b8f 100644 (file)
@@ -2,7 +2,16 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>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 <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
-and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.0.4: Feb 10 2006</h3><ul><li>Fix various bugs introduced in the name change</li>
+and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.0.5: Feb 23 2006</h3><ul><li>Added XML description parsing, dependance to libxml2, implemented the
+    creation API virDomainCreateLinux()</li>
+  <li>new APIs to lookup and name domain by UUID</li>
+  <li>fixed the XML dump when using the Xend access</li>
+  <li>Fixed a few more problem related to the name change</li>
+  <li>Adding regression tests in python and examples in C</li>
+  <li>web site improvement, extended the documentation to cover the XML
+    format and Python API</li>
+  <li>Added devhelp help for Gnome/Gtk programmers</li>
+</ul><h3>0.0.4: Feb 10 2006</h3><ul><li>Fix various bugs introduced in the name change</li>
 </ul><h3>0.0.3: Feb 9 2006</h3><ul><li>Switch name from from 'libvir' to libvirt</li>
   <li>Starting infrastructure to add code examples</li>
   <li>Update of python bindings for completeness</li>
index 76d65959c1a53fdb754327d2df36a3b6cb1240b0..e429c969fa1eced9d8590d6928cbe71c73007d90 100644 (file)
@@ -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,
index 5d5b4d8e6fc48d9f09860b98c60f48e93517bbc7..83e8650445a4c69a57bb105bd045234ed0cf5f12 100644 (file)
@@ -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,
index 76d65959c1a53fdb754327d2df36a3b6cb1240b0..e429c969fa1eced9d8590d6928cbe71c73007d90 100644 (file)
@@ -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,
index 5d5b4d8e6fc48d9f09860b98c60f48e93517bbc7..83e8650445a4c69a57bb105bd045234ed0cf5f12 100644 (file)
@@ -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,