summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS24
-rw-r--r--configure.in2
-rw-r--r--docs/libvir.html17
-rw-r--r--docs/news.html16
-rw-r--r--include/libvirt.h2
-rw-r--r--include/libvirt/libvirt.h2
-rw-r--r--libvirt.spec.in9
8 files changed, 72 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e35669479..1c8d46eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 21 14:41:04 CEST 2006 Daniel Veillard <veillard@redhat.com>
+
+ * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1
+
Wed Jun 21 13:02:30 EDT 2006 Daniel Veillard <veillard@redhat.com>
* src/driver.h src/libvirt.c src/test.c src/xen_internal.c
diff --git a/NEWS b/NEWS
index bb5e356ea..8ba8e3786 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,30 @@
http://libvirt.org/news.html
Releases
+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)
+
+
+
+
0.1.0: Apr 10 2006:
- building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
build and pkginfo cflag fix (Daniel Berrange)
diff --git a/configure.in b/configure.in
index 3bc3b99d0..588cd8d9c 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBVIRT_MAJOR_VERSION=0
LIBVIRT_MINOR_VERSION=1
-LIBVIRT_MICRO_VERSION=0
+LIBVIRT_MICRO_VERSION=1
LIBVIRT_MICRO_VERSION_SUFFIX=
LIBVIRT_VERSION=$LIBVIRT_MAJOR_VERSION.$LIBVIRT_MINOR_VERSION.$LIBVIRT_MICRO_VERSION$LIBVIRT_MICRO_VERSION_SUFFIX
LIBVIRT_VERSION_INFO=`expr $LIBVIRT_MAJOR_VERSION + $LIBVIRT_MINOR_VERSION`:$LIBVIRT_MICRO_VERSION:$LIBVIRT_MINOR_VERSION
diff --git a/docs/libvir.html b/docs/libvir.html
index 4f1a4c93b..c26c39187 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -33,6 +33,23 @@ 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.1: Jun 21 2006</h3>
+<ul>
+ <li> building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+ Berrange)
+ <li> driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+ Berrange)
+ <li> Cope with API change introduced in Xen changeset 10277
+ <li> new test driver for regression checks (Daniel P. Berrange)
+ <li> improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+ --connect argument to virsh (Daniel P. Berrange),
+ <li> bug fixes: uninitialized memory access in error reporting, S-Expr
+ parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+ in xs_internal.c
+ <li> documentation: Python examples (David Lutterkort), new Perl binding URL,
+ man page update (Karel Zak)
+
+</ul>
<h3>0.1.0: Apr 10 2006</h3>
<ul>
<li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
diff --git a/docs/news.html b/docs/news.html
index 8be5b4db7..dc27c01b0 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -2,7 +2,21 @@
<!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.0: Apr 10 2006</h3><ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
+and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.1.1: Jun 21 2006</h3><ul><li> building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
+ Berrange)
+ </li><li> driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
+ Berrange)
+ </li><li> Cope with API change introduced in Xen changeset 10277
+ </li><li> new test driver for regression checks (Daniel P. Berrange)
+ </li><li> improvements: added UUID to XML serialization, buffer usage (Karel Zak),
+ --connect argument to virsh (Daniel P. Berrange),
+ </li><li> bug fixes: uninitialized memory access in error reporting, S-Expr
+ parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO
+ in xs_internal.c
+ </li><li> documentation: Python examples (David Lutterkort), new Perl binding URL,
+ man page update (Karel Zak)
+
+</li></ul><h3>0.1.0: Apr 10 2006</h3><ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
build and pkginfo cflag fix (Daniel Berrange)</li>
<li>enhancement and fixes of the XML description format (David Lutterkort
and Jim Fehlig)</li>
diff --git a/include/libvirt.h b/include/libvirt.h
index 097aa1371..ecd3efe76 100644
--- a/include/libvirt.h
+++ b/include/libvirt.h
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index 097aa1371..ecd3efe76 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -184,7 +184,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 1000
+#define LIBVIR_VERSION_NUMBER 1001
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 8d4db9454..9e866b50e 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -103,6 +103,15 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
+* Wed Jun 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.1-1
+- extend and cleanup the driver infrastructure and code
+- python examples
+- extend uuid support
+- bug fixes, buffer handling cleanups
+- support for new Xen hypervisor API
+- test driver for unit testing
+- virsh --conect argument
+
* Mon Apr 10 2006 Daniel Veillard <veillard@redhat.com> 0.1.0-1
- various fixes
- new APIs: for Node information and Reboot