Ignore tarball.
[virt-top.git] / ChangeLog
index 2dea1a2..c03dcd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-01-20  Richard Jones  <rjones@redhat.com>
+
+       Fix Volume.lookup_by_key and Volume.lookup_by_path
+       * libvirt/libvirt.mli, libvirt/libvirt.ml: These functions take
+         a connection object, not a pool, as first parameter.
+
+       Version 0.4.0.2 released.
+
+2008-01-18  Richard Jones  <rjones@redhat.com>
+
+       Move to autogeneration of many C bindings.
+       * configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many
+         C bindings can now be autogenerated using a Perl script.
+         Also includes preliminary support for the experimental
+         storage API.
+
 2008-01-08  Richard Jones  <rjones@redhat.com>
 
        Get node_info just once for each connection.