* configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.4

release
* src/xm_internal.c: fix xm driver serialization escapes
* tests/xmconfigtest.c tests/xmconfigdata/test-escape-paths.cfg
  tests/xmconfigdata/test-escape-paths.xml: add test for previous
  problem
Daniel
This commit is contained in:
Daniel Veillard
2008-06-25 08:59:37 +00:00
parent 3f6d44e9c9
commit 93db3c61c0
85 changed files with 2151 additions and 2040 deletions

View File

@@ -76,6 +76,13 @@
<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 progress.</p>
<h3>0.4.4: Jun 25 2008</h3>
<ul><li>Bug fixes: QEmu network serialization (Kaitlin Rupert), internal
memory allocation fixes (Chris Lalancette Jim Meyering), virsh
large file config problem (Jim Meyering), xen list APIs when
max is zero, string escape problems in the xm driver </li><li>Improvements: add autogen to tarballs, improve iSCSI support
(Chris Lalancette), localization updates </li><li>Cleanups: const-ness fixed (Daniel P. Berrange), string helpers
for enumeations (Daniel P. Berrange)</li></ul>
<h3>0.4.3: Jun 12 2008</h3>
<ul><li>New features: Linux Container start and stop (Dave Leskovec),
Network interface model settings (Daniel Berrange),serial and parallel

View File

@@ -5,6 +5,17 @@
<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 progress.</p>
<h3>0.4.4: Jun 25 2008</h3>
<ul>
<li>Bug fixes: QEmu network serialization (Kaitlin Rupert), internal
memory allocation fixes (Chris Lalancette Jim Meyering), virsh
large file config problem (Jim Meyering), xen list APIs when
max is zero, string escape problems in the xm driver </li>
<li>Improvements: add autogen to tarballs, improve iSCSI support
(Chris Lalancette), localization updates </li>
<li>Cleanups: const-ness fixed (Daniel P. Berrange), string helpers
for enumeations (Daniel P. Berrange)</li>
</ul>
<h3>0.4.3: Jun 12 2008</h3>
<ul>
<li>New features: Linux Container start and stop (Dave Leskovec),