diff options
Diffstat (limited to 'docs/news.html.in')
-rw-r--r-- | docs/news.html.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/news.html.in b/docs/news.html.in index 78e7c9ffa..97be87c1a 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -5,6 +5,26 @@ <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.5: Sep 23 2008</h3> + <ul> + <li>Documentation: fix some comments in API (Anton Protopopov), + cleanup and extension of bindings and windows pages (Richard Jones)</li> + <li>Portability: missing include file (Richard Jones)</li> + <li>Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson), + reading vncdisplay from xend domain (Cole Robinson), segfault in + OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source + (Chris Lalancette and Daniel Berrange)</li> + <li>Improvements: add storage disk volume delete (Cole Robinson), + KVM dynamic max CPU detection (Guido Günther), spec file improvement + for minimal builds (Ben Guthro), improved error message in XM + configuration module (Richard Jones), network config in OpenVZ + support (Evgeniy Sokolov), enable stopping a pool in logical + storage backend and cleanup deletion of pool (Chris Lalancette)</li> + <li>Cleanups: deadcode removal (Nguyen Anh Quynh), fix one test + case (Daniel Berrange), various strings and space cleanups (Daniel + Berrange), structure initialization cleanup (Chris Lalancette)</li> + </ul> + </li> <h3>0.4.5: Sep 8 2008</h3> <ul> <li>New features: NETNS support for Linux containers (Dan Smith), |