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.0.3: Feb 9 2006
- Switch name from from 'libvir' to libvirt
+and check the ChangeLog to gauge progresses.0.0.4: Feb 10 2006
- Fix various bugs introduced in the name change
+
0.0.3: Feb 9 2006
- Switch name from from 'libvir' to libvirt
- Starting infrastructure to add code examples
- Update of python bindings for completeness
0.0.2: Jan 29 2006
- Update of the documentation, web site redesign (Diana Fong)
diff --git a/include/libvirt.h b/include/libvirt.h
index fc27b596da..10f271b4f5 100644
--- a/include/libvirt.h
+++ b/include/libvirt.h
@@ -167,7 +167,7 @@ typedef enum {
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 3
+#define LIBVIR_VERSION_NUMBER 4
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index fc27b596da..10f271b4f5 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -167,7 +167,7 @@ typedef enum {
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 3
+#define LIBVIR_VERSION_NUMBER 4
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/libvirt.spec.in b/libvirt.spec.in
index e3cfce67c6..1911aba157 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -90,6 +90,9 @@ rm -fr %{buildroot}
%doc python/libvirtclass.txt
%changelog
+* Fri Feb 10 2006 Daniel Veillard 0.0.4-1
+- fixes some problems in 0.0.3 due to the change of names
+
* Wed Feb 8 2006 Daniel Veillard 0.0.3-1
- changed library name to libvirt from libvir, complete and test the python
bindings