]> xenbits.xensource.com Git - libvirt.git/commitdiff
* NEWS libvirt.spec.in docs/libvir.html docs/news.html: preparing
authorDaniel Veillard <veillard@redhat.com>
Fri, 16 Mar 2007 19:31:14 +0000 (19:31 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 16 Mar 2007 19:31:14 +0000 (19:31 +0000)
  release of libvirt-0.2.1
Daniel

ChangeLog
NEWS
docs/libvir.html
docs/news.html
libvirt.spec.in

index 29a6e3897537add86ca11340f11ef7a788420212..c01db2b156c33eeb9bfa56e4c0c7732c594fa24e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 16 20:30:20 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+       * NEWS libvirt.spec.in docs/libvir.html docs/news.html: preparing
+         release of libvirt-0.2.1
+
 Fri Mar 16 19:32:01 CET 2007 Daniel Veillard <veillard@redhat.com>
 
        * docs/*: updated the format section, augmented Networking with
diff --git a/NEWS b/NEWS
index 795786ff15b43951cfef878b5276ad2e67b62183..1d3330bbcb5426b100f0160dce45663de571f0c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,27 @@
        http://libvirt.org/news.html
 
 Releases
+0.2.1: Mar 16 2007:
+   - Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)
+   - Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt
+      config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), 
+    argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh
+    crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes
+(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)
+   - Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange)
+   - Add support for network autostart and init scripts (Mark McLoughlin)
+   - New API virConnectGetCapabilities() to detect the virtualization 
+    capabilities of a host (Richard Jones)
+   - Minor improvements: qemud signal handling (Mark), don't shutdown or reboot
+    domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange),
+    network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and
+    Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap
+    VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum
+    number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich
+    Jones), python bindings for new functions (Daniel Berrange)
+   - Documentation updates especially on the XML formats
+
+
 0.2.0: Feb 14 2007:
    - Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel
     Berrange, Karel Zak)
index 451c3ccd5b6237b91404dbc8953aa8546c28e82f..46b091fa612e81fcc57962ba744342e8d2c8f625 100644 (file)
@@ -33,6 +33,27 @@ href="downloads.html">CVS version or snapshot</a>, contact the mailing
 listand check the <a href="ChangeLog.html">ChangeLog</a>to gauge
 progresses.</p>
 
+<h3>0.2.1: Mar 16 2007</h3>
+<ul>
+  <li>Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)</li>
+  <li>Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt
+      config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), 
+    argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh
+    crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes
+(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)</li>
+  <li>Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange)</li>
+  <li>Add support for network autostart and init scripts (Mark McLoughlin)</li>
+  <li>New API virConnectGetCapabilities() to detect the virtualization 
+    capabilities of a host (Richard Jones)</li>
+  <li>Minor improvements: qemud signal handling (Mark), don't shutdown or reboot
+    domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange),
+    network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and
+    Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap
+    VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum
+    number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich
+    Jones), python bindings for new functions (Daniel Berrange)</li>
+  <li>Documentation updates especially on the XML formats</li>
+</ul>
 <h3>0.2.0: Feb 14 2007</h3>
 <ul>
   <li>Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel
index 50497804f395904cbf6328acaea041f930286c69..7e95d8c087b22d06d2aceb51a7728cd37c2114ab 100644 (file)
@@ -3,7 +3,25 @@
 <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
 thedevelopment of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing
 listand check the <a href="ChangeLog.html">ChangeLog</a>to gauge
-progresses.</p><h3>0.2.0: Feb 14 2007</h3><ul><li>Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel
+progresses.</p><h3>0.2.1: Mar 16 2007</h3><ul><li>Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)</li>
+  <li>Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt
+      config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), 
+    argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh
+    crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes
+(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)</li>
+  <li>Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange)</li>
+  <li>Add support for network autostart and init scripts (Mark McLoughlin)</li>
+  <li>New API virConnectGetCapabilities() to detect the virtualization 
+    capabilities of a host (Richard Jones)</li>
+  <li>Minor improvements: qemud signal handling (Mark), don't shutdown or reboot
+    domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange),
+    network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and
+    Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap
+    VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum
+    number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich
+    Jones), python bindings for new functions (Daniel Berrange)</li>
+  <li>Documentation updates especially on the XML formats</li>
+</ul><h3>0.2.0: Feb 14 2007</h3><ul><li>Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel
     Berrange, Karel Zak)</li>
   <li>Bug fixes: avoid a crash in connect (Daniel Berrange), virsh
     argsparsing (Richard Jones)</li>
index 03004d4d62df59efab0bce99c2aab0542673ee76..6d1f1dd3ef582c8c98b9237cff3e31ab00a5dcbf 100644 (file)
@@ -9,7 +9,7 @@
 Summary: Library providing an API to use the Xen virtualization
 Name: libvirt
 Version: @VERSION@
-Release: 4%{?_extra_release}
+Release: 1%{?_extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -163,6 +163,13 @@ fi
 %doc docs/examples/python
 
 %changelog
+* Fri Mar 16 2007 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
+- Release of 0.2.1
+- lot of bug and portability fixes
+- Add support for network autostart and init scripts
+- New API to detect the virtualization capabilities of a host
+- Documentation updates
+
 * Fri Feb 23 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-4.fc7
 - Fix loading of guest & network configs