]> xenbits.xensource.com Git - libvirt.git/commitdiff
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
authorDaniel Veillard <veillard@redhat.com>
Tue, 28 Feb 2006 14:22:33 +0000 (14:22 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 28 Feb 2006 14:22:33 +0000 (14:22 +0000)
  preparing release 0.0.6
Daniel

ChangeLog
NEWS
configure.in
docs/errors.html
docs/libvir.html
docs/news.html
include/libvirt.h
include/libvirt/libvirt.h
libvirt.spec.in
python/Makefile.am

index c4901b2e9c67bc8468415335208cb57630f651d3..79a7845ea60e48ec76b53855ea0bc10f14ea68b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 28 15:21:48 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
+         preparing release 0.0.6
+
 Tue Feb 28 14:57:25 CET 2006 Daniel Veillard <veillard@redhat.com>
 
        * docs/errors.html docs/libvir.html docs/*: added a page about
diff --git a/NEWS b/NEWS
index f8dbd1f2b4f3ceae131574d5e4d1882a49e65297..51b1204ef50e81979d72a5db1375e0418c85d14d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@
        http://libvirt.org/news.html
 
 Releases
+0.0.6: Feb 28 2006:
+   - add UUID lookup and extract API
+   - add error handling APIs both synchronous and asynchronous
+   - added minimal hook for error handling at the python level, improved the
+    python bindings
+   - augment the documentation and tests to cover error handling
+
+
 0.0.5: Feb 23 2006:
    - Added XML description parsing, dependance to libxml2, implemented the
     creation API virDomainCreateLinux()
index ccfd6e1019b7803d284a766040a6e72b1c691c3c..375164703da8513300d11ce52c08ff0cc4d119a9 100644 (file)
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
 
 LIBVIRT_MAJOR_VERSION=0
 LIBVIRT_MINOR_VERSION=0
-LIBVIRT_MICRO_VERSION=5
+LIBVIRT_MICRO_VERSION=6
 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 00f74994754898530920204d1d15aecf41657bd7..d1a1b8d7a5b3e5481b6057e4d92805a3a6118912 100644 (file)
@@ -33,13 +33,13 @@ set specifically to a connection with</p><p>So error handling in the code is the
     </ol></li>
 </ol><p>In all cases the error informations are provided as a <a href="html/libvirt-virterror.html#virErrorPtr">virErrorPtr</a> pointer to
 read-only structure <a href="html/libvirt-virterror.html#virError">virError</a> containing the
-following fields: </p><ul><li>code: an error number from the <a href="html/libvirt-virterror.html#virErrorNumber">virErrorNumber</a>
+following fields:</p><ul><li>code: an error number from the <a href="html/libvirt-virterror.html#virErrorNumber">virErrorNumber</a>
   enum</li>
   <li>domain: an enum indicating which part of libvirt raised the error see
     <a href="html/libvirt-virterror.html#virErrorDomain">virErrorDomain</a></li>
   <li>level: the error level, usually VIR_ERR_ERROR, though there is room for
     warnings like VIR_ERR_WARNING</li>
-  <li>message: the full human-readable formatted string of the error </li>
+  <li>message: the full human-readable formatted string of the error</li>
   <li>conn: if available a pointer to the <a href="html/libvirt-libvirt.html#virConnectPtr">virConnectPtr</a>
     connection to the hypervisor where this happened</li>
   <li>dom: if available a pointer to the <a href="html/libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain
index d54ea6be24bb7885cbdc57cc3fdd7a6d4d56c00d..34c767bad6e34362152402e08c52e6fce73f291f 100644 (file)
@@ -33,6 +33,15 @@ 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.6: Feb 28 2006</h3>
+<ul>
+  <li>add UUID lookup and extract API</li>
+  <li>add error handling APIs both synchronous and asynchronous</li>
+  <li>added minimal hook for error handling at the python level, improved the
+    python bindings</li>
+  <li>augment the documentation and tests to cover error handling</li>
+</ul>
+
 <h3>0.0.5: Feb 23 2006</h3>
 <ul>
   <li>Added XML description parsing, dependance to libxml2, implemented the
@@ -417,7 +426,7 @@ set specifically to a connection with</p>
 href="html/libvirt-virterror.html#virErrorPtr">virErrorPtr</a> pointer to
 read-only structure <a
 href="html/libvirt-virterror.html#virError">virError</a> containing the
-following fields: </p>
+following fields:</p>
 <ul>
   <li>code: an error number from the <a
     href="html/libvirt-virterror.html#virErrorNumber">virErrorNumber</a>
@@ -427,7 +436,7 @@ following fields: </p>
   href="html/libvirt-virterror.html#virErrorDomain">virErrorDomain</a></li>
   <li>level: the error level, usually VIR_ERR_ERROR, though there is room for
     warnings like VIR_ERR_WARNING</li>
-  <li>message: the full human-readable formatted string of the error </li>
+  <li>message: the full human-readable formatted string of the error</li>
   <li>conn: if available a pointer to the <a
     href="html/libvirt-libvirt.html#virConnectPtr">virConnectPtr</a>
     connection to the hypervisor where this happened</li>
index a2f965fe8e9d84dcfbd10f8d55cce9fbbe2299c4..77ee01014b7dc15be848fe6edfce4254547acbf6 100644 (file)
@@ -2,7 +2,12 @@
 <!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.5: Feb 23 2006</h3><ul><li>Added XML description parsing, dependance to libxml2, implemented the
+and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.0.6: Feb 28 2006</h3><ul><li>add UUID lookup and extract API</li>
+  <li>add error handling APIs both synchronous and asynchronous</li>
+  <li>added minimal hook for error handling at the python level, improved the
+    python bindings</li>
+  <li>augment the documentation and tests to cover error handling</li>
+</ul><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>
index e429c969fa1eced9d8590d6928cbe71c73007d90..2e9f995cf7640742a05f0131004ec897b184e3fe 100644 (file)
@@ -167,7 +167,7 @@ typedef enum {
  * version * 1,000,000 + minor * 1000 + micro
  */
 
-#define LIBVIR_VERSION_NUMBER 5
+#define LIBVIR_VERSION_NUMBER 6
 
 int                    virGetVersion           (unsigned long *libVer,
                                                 const char *type,
index e429c969fa1eced9d8590d6928cbe71c73007d90..2e9f995cf7640742a05f0131004ec897b184e3fe 100644 (file)
@@ -167,7 +167,7 @@ typedef enum {
  * version * 1,000,000 + minor * 1000 + micro
  */
 
-#define LIBVIR_VERSION_NUMBER 5
+#define LIBVIR_VERSION_NUMBER 6
 
 int                    virGetVersion           (unsigned long *libVer,
                                                 const char *type,
index 14000dfee696edf85c23f0f2daff69f808aae685..665afa7da73f735bb104e7322e823d7352bf4fad 100644 (file)
@@ -99,6 +99,12 @@ rm -fr %{buildroot}
 %doc python/libvirtclass.txt
 
 %changelog
+* Tue Feb 28 2006 Daniel Veillard <veillard@redhat.com> 0.0.6-1
+- added error handling APIs
+- small bug fixes
+- improve python bindings
+- augment documentation and regression tests
+
 * Thu Feb 23 2006 Daniel Veillard <veillard@redhat.com> 0.0.5-1
 - new domain creation API
 - new UUID based APIs
index 96865a44dd731a575888391f6bd99c2dd580043f..f0d75a7325fd472cd8f5ee70f28711313707cbc4 100644 (file)
@@ -50,7 +50,8 @@ GENERATED= libvirt.py \
            libvirt-export.c \
            libvirtclass.txt \
           libvirt-py.c \
-          libvirt-py.h
+          libvirt-py.h \
+          libvirtclass.py
 
 CLEANFILES= $(GENERATED) gen_prog libvirt.py