Releases
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 CVS version or snapshot, contact the mailing list
-and check the ChangeLog to gauge progresses.
0.1.5: Sep 5 2006
- Support for new hypercalls change in Xen changeset 86d26e6ec89b
+and check the ChangeLog to gauge progresses.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
(Daniel Berrange), virsh on non-existent domains (Daniel Berrange),
string cast bug when handling error in python (Pete Vetere), HTTP
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index 9c3b6c811..cf9d080a1 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -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,
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 08112434e..429dea644 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -111,6 +111,19 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
+* Fri Sep 22 2006 Daniel Veillard 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 - 0.1.5-3
+- patch from danpb to support new-format cd devices for HVM guests
+
+* Tue Sep 5 2006 Daniel Veillard 0.1.5-2
+- reactivating ia64 support
+
* Tue Sep 5 2006 Daniel Veillard 0.1.5-1
- new release
- bug fixes
diff --git a/po/en_GB.po b/po/en_GB.po
index 10bd3f5ac..3620cbdaf 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -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 \n"
"Language-Team: English \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 ""
diff --git a/po/libvirt.pot b/po/libvirt.pot
index 2e9059630..36e398647 100644
--- a/po/libvirt.pot
+++ b/po/libvirt.pot
@@ -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 \n"
"Language-Team: LANGUAGE \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 ""
--
2.39.5