summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-07-10 13:13:39 +0000
committerDaniel Veillard <veillard@redhat.com>2006-07-10 13:13:39 +0000
commit0cf5ee232525d924d4bd2046c62779ef282eeece (patch)
treee6a4c4aefeed4565ea7f90657353dc492c3b2a76 /NEWS
parent3d90a9c86de916450b6bb022ddb21e48dc71c953 (diff)
downloadlibvirt-0cf5ee232525d924d4bd2046c62779ef282eeece.tar.gz
* docs/format.html docs/libvir.html docs/news.html: updated the XML
format documentation to cover the new HVM domains. Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 16 insertions, 26 deletions
diff --git a/NEWS b/NEWS
index bb26f8caaa..aab22611bb 100644
--- a/NEWS
+++ b/NEWS
@@ -6,34 +6,24 @@
Releases
0.1.2: Jul 3 2006:
- - headers include paths fixup
-
- - proxy mechanism for unpriviledged read-only access by httpu
-
+ - headers include paths fixup
+ - proxy mechanism for unpriviledged read-only access by httpu
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)
-
-
+ - 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:
@@ -45,7 +35,7 @@ Releases
- internal code cleanup: refactoring internals into a driver model, more
error handling, structure sharing, thread safety and ref counting
- bug fixes: error message (Jim Meyering), error allocation in virsh (Jim
- Meyering), virDomainLookupByID (Jim Fehlig),
+ Meyering), virDomainLookupByID (Jim Fehlig),
- documentation: updates on architecture, and format, typo fix (Jim
Meyering)
- bindings: exception handling in examples (Jim Meyering), perl ones out