mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* 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:
@@ -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
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user