X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ChangeLog;h=a9eb3b85ab8443f28152eb2320c4b8f9dfa656bf;hb=aee5f1b6aa2b80873a34de67727c40ad43cccca7;hp=8cd5f68031b7c968e5148e63a31d2fe89210bb9e;hpb=5feca72a227ae93db526a09596d5457116c10c5e;p=virt-top.git diff --git a/ChangeLog b/ChangeLog index 8cd5f68..a9eb3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,39 @@ +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. + * vc_connections.ml: Get node_info just once for each connection, + which is more efficient. + * vc_connections.mli: Tidy up. + + Type Vc_domain_ops.dops_callback_fn for clarity. + * virt-ctrl/vc_domain_ops.mli, virt-ctrl/vc_domain_ops.ml, + virt-ctrl/vc_mainwindow.mli: Give a type name to the domain_ops + callback type, for extra clarity. + + Change comments virt-manager -> virt-ctrl. + * virt-ctrl/*.ml, virt-ctrl/*.mli: Change comments virt-manager -> + virt-ctrl. + + Move programming information to libvirt generated doc. + * README, libvirt/libvirt.mli: Moved programming information to + libvirt generated documentation, greatly expanded examples and + other issues. + * examples/Makefile.in, examples/node_info.ml, examples/.depend: + Added node_info example program. + * .hgignore, Makefile.in: Ignore, clean up node_info binary. + * examples/list_domains.ml: Make a read-only connection. + + Clean up *.exe files. + * Makefile.in: Clean up *.exe files. + Version 0.4.0.1 released. * Makefile.in: Provide a 'winupload' target.