X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=ChangeLog;h=c03dcd26386b3f421701dfa5f930ef1d96535e39;hp=2dea1a2e77a2421907905c9be9b76d40ce46741c;hb=63dfe1865a7a32e39f3811f4ce0ce6d39f7d2dbd;hpb=78211c61c64d314ddcae5386c1bdfde2fd69aab8 diff --git a/ChangeLog b/ChangeLog index 2dea1a2..c03dcd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2008-01-20 Richard Jones + + 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 + + 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 Get node_info just once for each connection.