summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-09-29 10:25:21 +0000
committerDaniel Veillard <veillard@redhat.com>2006-09-29 10:25:21 +0000
commitbe13e2f45d7f27e72c9e17333b917dc4ab7d3700 (patch)
tree6423dfa05c3458d28c416c4a11f79dd5370556ad /docs
parentReally, fixed struct for getdomaininfo to work on both 3.0.2 & 3.0.3 on 32-bi... (diff)
downloadlibvirt-be13e2f45d7f27e72c9e17333b917dc4ab7d3700.tar.gz
libvirt-be13e2f45d7f27e72c9e17333b917dc4ab7d3700.tar.bz2
libvirt-be13e2f45d7f27e72c9e17333b917dc4ab7d3700.zip
* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.7v0.1.7LIBVIRT_0_1_7
Daniel
Diffstat (limited to 'docs')
-rw-r--r--docs/libvir.html8
-rw-r--r--docs/news.html5
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/libvir.html b/docs/libvir.html
index 807e7ba39..8a013f0d0 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -33,7 +33,13 @@ 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.1.6: Sep 5 2006</h3>
+<h3>0.1.7: Sep 29 2006</h3>
+<ul>
+ <li> fix a memory bug on getting vcpu informations from xend (Daniel Berrange)</li>
+ <li> fix another problem in the hypercalls change in Xen changeset
+ 86d26e6ec89b when getting domain informations (Daniel Berrange)</li>
+</ul>
+<h3>0.1.6: Sep 22 2006</h3>
<ul>
<li>Support for localization of strings using gettext (Daniel Berrange)</li>
<li>Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange)</li>
diff --git a/docs/news.html b/docs/news.html
index bc19f3505..a390024a7 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -2,7 +2,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><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 progresses.</p><h3>0.1.6: Sep 5 2006</h3><ul><li>Support for localization of strings using gettext (Daniel Berrange)</li>
+and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.1.7: Sep 29 2006</h3><ul><li> fix a memory bug on getting vcpu informations from xend (Daniel Berrange)</li>
+ <li> fix another problem in the hypercalls change in Xen changeset
+ 86d26e6ec89b when getting domain informations (Daniel Berrange)</li>
+</ul><h3>0.1.6: Sep 22 2006</h3><ul><li>Support for localization of strings using gettext (Daniel Berrange)</li>
<li>Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange)</li>
<li>Support for setting VNC port when creating domains with new
xend config files (Daniel Berrange) </li>