* configure.in libvirt.spec.in docs/* NEWS: preparing release of

libvirt-0.1.3
* src/xend_internal.c: uninitialized var and disable TCP slow start
Daniel
This commit is contained in:
Daniel Veillard
2006-07-11 16:57:03 +00:00
parent 0cf5ee2325
commit 0798941a85
13 changed files with 68 additions and 20 deletions

10
NEWS
View File

@@ -5,6 +5,16 @@
http://libvirt.org/news.html
Releases
0.1.3: Jul 11 2006:
- bugfixes: build as non-root, fix xend access when root, handling of
empty XML elements (Mark McLoughlin), XML serialization and parsing fixes
(Mark McLoughlin), allow to create domains without disk (Mark
McLoughlin),
- improvement: xenDaemonLookupByID from O(n^2) to O(n) (Daniel Berrange),
support for fully virtualized guest (Jim Fehlig, DV, Mark McLoughlin)
- documentation: augmented to cover hvm domains
0.1.2: Jul 3 2006:
- headers include paths fixup
- proxy mechanism for unpriviledged read-only access by httpu