The primary maintainers for various code sub-systems / drivers
are:
- Daniel Veillard <veillard@redhat.com> (xen & everything else)
+ Daniel Veillard <veillard@redhat.com>
Karel Zak <kzak@redhat.com> (virsh tool)
- Daniel Berrange <berrange@redhat.com> (test & qemu drivers)
+ Daniel Berrange <berrange@redhat.com>
Mark McLoughlin <markmc@redhat.com> (network driver)
- Richard W.M. Jones <rjones@redhat.com> (remote driver)
+ Richard W.M. Jones <rjones@redhat.com>
Patches have also been contributed by:
[....send patches to get your name here....]
+The libvirt Logo was designed by Diana Fong
-- End
+Thu Apr 24 09:54:19 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+ * AUTHORS: indicate that the Logo is by Diana Fong
+ * docs/index.py: modify to also index subprojects pages
+
Wed Apr 23 15:38:11 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* docs/Makefile.am, docs/news.xsl: Fix generation of NEWS file
Note that this is automatically generated from the news webpage at:
http://libvirt.org/news.html
-Releases
+
0.4.2: Apr 8 2008:
- New features: memory operation for QEmu/KVM driver (Cole Robinson),
new routed networking schemas (Mads Olesen)
driver (Cole Robinson), xen and hvm added to test driver capabilities
(Cole Robinson)
- Code cleanup: remove unused getopt header (Jim Meyering), mark more
- strings as translatable (Guido Günther and Jim Meyering), convert
+ strings as translatable (Guido Günther and Jim Meyering), convert
error strings to something meaningful and translatable (Jim Meyering),
- Linux Containers code cleanup, last error initializer (Guido Günther)
+ Linux Containers code cleanup, last error initializer (Guido Günther)
0.4.1: Mar 3 2008:
int domain : What part of the library raised this error
char * message : human-readable informative error message
<a href="libvirt-virterror.html#virErrorLevel">virErrorLevel</a> level : how consequent is the error
- <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn : the connection if available
- <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> dom : the domain if available
+ <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn : connection if available, see note above
+ <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> dom : domain if available, see note above
char * str1 : extra string information
char * str2 : extra string information
char * str3 : extra string information
int int1 : extra number information
int int2 : extra number information
- <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> net : the network if available
+ <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> net : network if available, see note above
} virError;
</pre><p/>
</div>
def analyzeHTMLPages():
ret = 0
- HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
+ HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html") + \
+ glob.glob("CIM/*.html") + glob.glob("ocaml/*.html") + \
+ glob.glob("ruby/*.html")
for html in HTMLfiles:
if html[0:3] == "API":
continue