]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
* NEWS libvirt.spec.in docs/*: preparing release of 0.1.1
authorDaniel Veillard <veillard@redhat.com>
Wed, 21 Jun 2006 13:36:07 +0000 (13:36 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 21 Jun 2006 13:36:07 +0000 (13:36 +0000)
Daniel

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

index e3566947946da682910dd8e1910e03b7c4d45e68..1c8d46eefbb40f5ee00bf3438d1d29cff26e2bf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 21 14:41:04 CEST 2006 Daniel Veillard <veillard@redhat.com>
+
+       * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1
+
 Wed Jun 21 13:02:30 EDT 2006 Daniel Veillard <veillard@redhat.com>
 
        * src/driver.h src/libvirt.c src/test.c src/xen_internal.c
diff --git a/NEWS b/NEWS
index bb5e356eaa2429ffc1e6eb4d4552ad318ebf367c..8ba8e3786dd3b5b9df31ba77d7338a7ae99c4887 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,30 @@
        http://libvirt.org/news.html
 
 Releases
+0.1.1: Jun 21 2006:
+   -  building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+       Berrange)
+  
+   -  driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+       Berrange)
+  
+   -  Cope with API change introduced in Xen changeset 10277
+  
+   -  new test driver for regression checks (Daniel P. Berrange)
+  
+   -  improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+       --connect argument to virsh (Daniel P. Berrange), 
+  
+   -  bug fixes: uninitialized memory access in error reporting, S-Expr
+       parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+       in xs_internal.c
+  
+   -  documentation: Python examples (David Lutterkort), new Perl binding URL,
+       man page update (Karel Zak)
+       
+
+
+
 0.1.0: Apr 10 2006:
    - building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
     build and pkginfo cflag fix (Daniel Berrange)
index 3bc3b99d03013ca2653852636fe520e97f21e899..588cd8d9c6c98d210e33533cfe2129ac262fa822 100644 (file)
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
 
 LIBVIRT_MAJOR_VERSION=0
 LIBVIRT_MINOR_VERSION=1
-LIBVIRT_MICRO_VERSION=0
+LIBVIRT_MICRO_VERSION=1
 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 4f1a4c93b57576403d35f7cc1eb99183facde409..c26c39187d8fc9af29168f116f00ce30eb96877f 100644 (file)
@@ -33,6 +33,23 @@ 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.1.1: Jun 21 2006</h3>
+<ul>
+  <li> building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+       Berrange)
+  <li> driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+       Berrange)
+  <li> Cope with API change introduced in Xen changeset 10277
+  <li> new test driver for regression checks (Daniel P. Berrange)
+  <li> improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+       --connect argument to virsh (Daniel P. Berrange), 
+  <li> bug fixes: uninitialized memory access in error reporting, S-Expr
+       parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+       in xs_internal.c
+  <li> documentation: Python examples (David Lutterkort), new Perl binding URL,
+       man page update (Karel Zak)
+       
+</ul>
 <h3>0.1.0: Apr 10 2006</h3>
 <ul>
   <li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
index 8be5b4db7b38f1f09576cffc7e8a3b57b2d2739a..dc27c01b06984a6015525e6e1a28ca41631fa662 100644 (file)
@@ -2,7 +2,21 @@
 <!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.1.0: Apr 10 2006</h3><ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
+and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.1.1: Jun 21 2006</h3><ul><li> building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+       Berrange)
+  </li><li> driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+       Berrange)
+  </li><li> Cope with API change introduced in Xen changeset 10277
+  </li><li> new test driver for regression checks (Daniel P. Berrange)
+  </li><li> improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+       --connect argument to virsh (Daniel P. Berrange), 
+  </li><li> bug fixes: uninitialized memory access in error reporting, S-Expr
+       parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+       in xs_internal.c
+  </li><li> documentation: Python examples (David Lutterkort), new Perl binding URL,
+       man page update (Karel Zak)
+       
+</li></ul><h3>0.1.0: Apr 10 2006</h3><ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
     build and pkginfo cflag fix (Daniel Berrange)</li>
   <li>enhancement and fixes of the XML description format (David Lutterkort
     and Jim Fehlig)</li>
index 097aa13715856c313fe3a7500b6b82f1681b9781..ecd3efe76df46a24256239946b5b44cbd6a34517 100644 (file)
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
  * version * 1,000,000 + minor * 1000 + micro
  */
 
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
 
 int                    virGetVersion           (unsigned long *libVer,
                                                 const char *type,
index 097aa13715856c313fe3a7500b6b82f1681b9781..ecd3efe76df46a24256239946b5b44cbd6a34517 100644 (file)
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
  * version * 1,000,000 + minor * 1000 + micro
  */
 
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
 
 int                    virGetVersion           (unsigned long *libVer,
                                                 const char *type,
index 8d4db9454b8cc8d0829cdb6c02164319071a4b5e..9e866b50ee078f1f9aa3d31d2bf2d46096236e51 100644 (file)
@@ -103,6 +103,15 @@ rm -fr %{buildroot}
 %doc docs/examples/python
 
 %changelog
+* Wed Jun 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.1-1
+- extend and cleanup the driver infrastructure and code
+- python examples
+- extend uuid support
+- bug fixes, buffer handling cleanups
+- support for new Xen hypervisor API
+- test driver for unit testing
+- virsh --conect argument
+
 * Mon Apr 10 2006 Daniel Veillard <veillard@redhat.com> 0.1.0-1
 - various fixes
 - new APIs: for Node information and Reboot