summaryrefslogtreecommitdiff
path: root/docs/libvir.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libvir.html')
-rw-r--r--docs/libvir.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/libvir.html b/docs/libvir.html
index 7dbe97d31d..f9d7183bec 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -35,6 +35,47 @@ 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 progresses.</p>
+<h3>0.3.0: Jul 9 2007</h3>
+<ul>
+ <li>Secure Remote support (Richard Jones).
+ See <a href="http://libvirt.org/remote.html">the remote page</a>
+ of the documentation
+ <li>Documentation: remote support (Richard Jones), description of
+ the URI connection strings (Richard Jones), update of virsh man
+ page, matrix of libvirt API/hypervisor support with version
+ informations (Richard Jones)</li>
+ <li>Bug fixes: examples Makefile.am generation (Richard Jones),
+ SetMem fix (Mark Johnson), URI handling and ordering of
+ drivers (Daniel Berrange), fix virsh help without hypervisor (Richard
+ Jones), id marshalling fix (Daniel Berrange), fix virConnectGetMaxVcpus
+ on remote (Richard Jones), avoid a realloc leak (Jim Meyering), scheduler
+ parameters handling for Xen (Richard Jones), various early remote
+ bug fixes (Richard Jones), remove virsh leaks of domains references
+ (Masayuki Sunou), configCache refill bug (Richard Jones), fix
+ XML serialization bugs</li>
+ <li>Improvements: QEmu switch to XDR-based protocol (Dan Berrange),
+ device attach/detach commands (Masayuki Sunou), OCaml bindings
+ (Richard Jones), new entry points virDomainGetConnect and
+ virNetworkGetConnect useful for bindings (Richard Jones),
+ reunitifaction of remote and qemu daemon under a single libvirtd
+ with a config file (Daniel Berrange)</li>
+ <li>Cleanups: parsing of connection URIs (Richard Jones), messages
+ from virsh (Saori Fukuta), Coverage files (Daniel Berrange),
+ Solaris fixes (Mark Johnson), avoid [r]index calls (Richard Jones),
+ release information in Xen backend, virsh cpupin command cleanups
+ (Masayuki Sunou), xen:/// suppport as standard Xen URI (Richard Jones and
+ Daniel Berrange), improve driver selection/decline mechanism (Richard
+ Jones), error reporting on XML dump (Richard Jones), Remove unused
+ virDomainKernel structure (Richard Jones), daemon event loop event
+ handling (Daniel Berrange), various unifications cleanup in the daemon
+ merging (Daniel Berrange), internal file and timer monitoring API
+ (Daniel Berrange), remove libsysfs dependancy, call brctl program
+ directly (Daniel Berrange), virBuffer functions cleanups (Richard Jones),
+ make init script LSB compliant, error handling on lookup functions
+ (Richard Jones), remove internal virGetDomainByID (Richard Jones),
+ revamp of xen subdrivers interfaces (Richard Jones)</li>
+ <li>Localization updates</li>
+</ul>
<h3>0.2.3: Jun 8 2007</h3>
<ul>
<li>Documentation: documentation for upcoming remote access (Richard Jones),