]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
* docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.6
authorDaniel Veillard <veillard@redhat.com>
Fri, 22 Sep 2006 09:58:17 +0000 (09:58 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 22 Sep 2006 09:58:17 +0000 (09:58 +0000)
Daniel

ChangeLog
NEWS
configure.in
docs/libvir.html
docs/news.html
include/libvirt/libvirt.h
libvirt.spec.in
po/en_GB.po
po/libvirt.pot

index f97e8b28ff3d6f32a364230a2dd477af1ce3a167..021d5308c47509d7b4aeb76f3e8cb798007498d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 22 11:02:48 CEST 2006 Daniel Veillard <veillard@redhat.com>
+
+       * docs/* libvirt.spec.in configure.in NEWS: preparing release of 0.1.6
+
 Thu Sep 21 10:19:02 EDT 2006 Daniel Berrange <berrange@redhat.com>
 
        * Makefile.am: Added po directory
diff --git a/NEWS b/NEWS
index 8070ca5fdd10326a6807b1be4064a372cdbe1bef..d0167017057a23dbbb309fb9f78e1cfcf3db7036 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@
        http://libvirt.org/news.html
 
 Releases
+0.1.6: Sep 5 2006:
+   - Support for localization of strings using gettext (Daniel Berrange)
+   - Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange)
+   - Support for setting VNC port when creating domains with new
+      xend config files (Daniel Berrange) 
+   - Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig)
+   - Fix reconnection problem when talking directly to http xend
+
+
 0.1.5: Sep 5 2006:
    - Support for new hypercalls change in Xen changeset 86d26e6ec89b
    - bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
index 1c9932bc286ba5c7fdcbfee7dadb0389c1fb3354..5feaa8c63525f50b42b21ca9170e8bbd300a484e 100644 (file)
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
 
 LIBVIRT_MAJOR_VERSION=0
 LIBVIRT_MINOR_VERSION=1
-LIBVIRT_MICRO_VERSION=5
+LIBVIRT_MICRO_VERSION=6
 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
index a1f7a63367c361e445494a02abbbbfe00988e828..807e7ba393263f1fda4db974eb7804f8ae8fabce 100644 (file)
@@ -33,6 +33,15 @@ 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>
+  <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>
+  <li>Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig)</li>
+  <li>Fix reconnection problem when talking directly to http xend</li>
+</ul>
 <h3>0.1.5: Sep 5 2006</h3>
 <ul>
   <li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
index 9259880905d4f7da102f0c5dbadd2db3aa328d17..bc19f3505ba0bc45cdd7ef02ae7e16a18ecc89a4 100644 (file)
@@ -2,7 +2,13 @@
 <!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.5: Sep 5 2006</h3><ul><li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
+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>
+  <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>
+  <li>Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig)</li>
+  <li>Fix reconnection problem when talking directly to http xend</li>
+</ul><h3>0.1.5: Sep 5 2006</h3><ul><li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
   <li>bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
       (Daniel Berrange), virsh on non-existent domains (Daniel Berrange),
       string cast bug when handling error in python (Pete Vetere), HTTP
index 9c3b6c811db9385f2aef06963a5cea3fc83e8a46..cf9d080a19ac5a8d2c19330b5d94e59e2c2b9361 100644 (file)
@@ -196,7 +196,7 @@ typedef virNodeInfo *virNodeInfoPtr;
  * version * 1,000,000 + minor * 1000 + micro
  */
 
-#define LIBVIR_VERSION_NUMBER 1005
+#define LIBVIR_VERSION_NUMBER 1006
 
 int                    virGetVersion           (unsigned long *libVer,
                                                 const char *type,
index 08112434e200ab4d24ac51a4cc4dd8237c7e06e7..429dea6443c343c1c6dd544a1cbd96ed8fba72d1 100644 (file)
@@ -111,6 +111,19 @@ rm -fr %{buildroot}
 %doc docs/examples/python
 
 %changelog
+* Fri Sep 22 2006 Daniel Veillard <veillard@redhat.com> 0.1.6-1
+- Support for localization
+- Support for new Xen-3.0.3 cdrom and disk configuration
+- Support for setting VNC port
+- Fix bug when running against xen-3.0.2 hypercalls
+- Fix reconnection problem when talking directly to http xend
+
+* Tue Sep  5 2006 Jeremy Katz <katzj@redhat.com> - 0.1.5-3
+- patch from danpb to support new-format cd devices for HVM guests
+
+* Tue Sep  5 2006 Daniel Veillard <veillard@redhat.com> 0.1.5-2
+- reactivating ia64 support
+
 * Tue Sep  5 2006 Daniel Veillard <veillard@redhat.com> 0.1.5-1
 - new release
 - bug fixes
index 10bd3f5ac116465dbaabfa6e618e6036ddfb780b..3620cbdafdc27fd9c4a2243ca5546a2b0d0d1b6c 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libvirt\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-20 10:20-0400\n"
+"POT-Creation-Date: 2006-09-21 17:03+0200\n"
 "PO-Revision-Date: 2006-09-20 10:20-0400\n"
 "Last-Translator: Daniel Berrange <berrange@redhat.com>\n"
 "Language-Team: English <en@li.org>\n"
@@ -369,8 +369,8 @@ msgid "allocate new context"
 msgstr ""
 
 #: src/hash.c:628 src/hash.c:634 src/test.c:725 src/test.c:750 src/test.c:773
-#: src/test.c:797 src/xend_internal.c:1864 src/xend_internal.c:2563
-#: src/xend_internal.c:2771 src/xs_internal.c:592 src/proxy_internal.c:790
+#: src/test.c:797 src/xend_internal.c:1864 src/xend_internal.c:2560
+#: src/xend_internal.c:2768 src/xs_internal.c:592 src/proxy_internal.c:790
 #: src/proxy_internal.c:837 src/proxy_internal.c:888
 msgid "allocating domain"
 msgstr ""
@@ -543,17 +543,17 @@ msgstr ""
 msgid "failed to parse Xend domain information"
 msgstr ""
 
-#: src/xend_internal.c:2834
+#: src/xend_internal.c:2831
 #, c-format
 msgid "Failed to create domain %s\n"
 msgstr ""
 
-#: src/xend_internal.c:2840
+#: src/xend_internal.c:2837
 #, c-format
 msgid "Failed to get devices for domain %s\n"
 msgstr ""
 
-#: src/xend_internal.c:2851
+#: src/xend_internal.c:2848
 #, c-format
 msgid "Failed to resume new domain %s\n"
 msgstr ""
index 2e9059630a21f3cd87166a9c1d0e36ee2701cf46..36e398647db351588e4f22942a72f3666e340b40 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-20 10:20-0400\n"
+"POT-Creation-Date: 2006-09-21 17:03+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -369,8 +369,8 @@ msgid "allocate new context"
 msgstr ""
 
 #: src/hash.c:628 src/hash.c:634 src/test.c:725 src/test.c:750 src/test.c:773
-#: src/test.c:797 src/xend_internal.c:1864 src/xend_internal.c:2563
-#: src/xend_internal.c:2771 src/xs_internal.c:592 src/proxy_internal.c:790
+#: src/test.c:797 src/xend_internal.c:1864 src/xend_internal.c:2560
+#: src/xend_internal.c:2768 src/xs_internal.c:592 src/proxy_internal.c:790
 #: src/proxy_internal.c:837 src/proxy_internal.c:888
 msgid "allocating domain"
 msgstr ""
@@ -543,17 +543,17 @@ msgstr ""
 msgid "failed to parse Xend domain information"
 msgstr ""
 
-#: src/xend_internal.c:2834
+#: src/xend_internal.c:2831
 #, c-format
 msgid "Failed to create domain %s\n"
 msgstr ""
 
-#: src/xend_internal.c:2840
+#: src/xend_internal.c:2837
 #, c-format
 msgid "Failed to get devices for domain %s\n"
 msgstr ""
 
-#: src/xend_internal.c:2851
+#: src/xend_internal.c:2848
 #, c-format
 msgid "Failed to resume new domain %s\n"
 msgstr ""