Changed the ocaml-libvirt website in the manpage.
[virt-top.git] / ChangeLog
1 2007-11-14  Richard Jones  <rjones@redhat.com>
2
3         * libvirt/libvirt.mli: Added filename = string type to clarify
4           some function signatures which take a filename.  Added lots
5           of function documentation.
6         * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
7         * configure.ac: Version 0.3.3.3 for release.
8
9 2007-11-14  Richard Jones  <rjones@redhat.com>
10
11         * Makefile.in: New rules for releasing and uploading.
12
13 2007-11-14  Richard Jones  <rjones@redhat.com>
14
15         * libvirt/libvirt.mli, libvirt/libvirt.ml, libvirt/libvirt_c.c:
16           Added support for virNodeGetFreeMemory and virNodeGetCellsFreeMemory
17         * mlvirsh/mlvirsh.ml: Added 'freecell' command.
18
19 2007-10-19  Richard Jones  <rjones@redhat.com>
20
21         * virt-top/virt_top_calendar.ml: Added --end-time option.
22           Extra optional dep on ocaml-calendar.
23         * virt-top/virt-top.pod: Document how to compress and split
24           CSV files.  Document --end-time option and time formats.
25         * virt-top/virt_top.ml: Allow sub-second delays when in batch
26           and script mode.
27         * virt-top/virt_top_utils.mli, virt-top/virt_top.mli: Reorganise
28           the code and add some interfaces.
29
30 2007-10-17  Richard Jones  <rjones@redhat.com>
31
32         * virt-top/virt_top.ml: Added --script option.
33         * virt-top/virt_top.ml: Log domain data to CSV file.
34         * virt-top/virt_top.ml: Added --no-csv-cpu, --no-csv-block and
35           --no-csv-net flags.
36         * virt-top/*.ml: Much code clean-up and restructuring.
37         * *: Added GNU GPL/LGPL copyright messages to all files.
38
39 2007-09-27  Richard Jones  <rjones@redhat.com>
40
41         * configure.ac: Changed version to 0.3.2.9.
42         * Makefile.in: Re-enable virt-df.
43         * virt-df/virt_df*.ml: Mostly finished off the core of virt-df.
44           Ext2/3 support.  No LVM as yet.
45         * virt-df/README: Added README file.
46
47 2007-09-24  Richard Jones  <rjones@redhat.com>
48
49         * configure.ac: Version 0.3.2.8 for release.
50         * virt-top/virt-top.ml, virt-top/virt-top.pod: Support for
51           $HOME/.virt-toprc init file, modelled after top.
52         * virt-top/virt_top_utils.ml: Split out string utilities
53           into a separate file.
54
55 2007-09-20  Richard Jones  <rjones@redhat.com>
56
57         * virt-top/virt_top.ml: qemu:/// URIs (and others) don't support
58           virConnectGetHostname.  Catch this exception.
59
60         * Makefile.in: Disable virt-df in this release until I have
61           time to fix it properly.
62         * Makefile.in: Fix 'check-manifest' rule.  Added 'make release'.
63         * MANIFEST: Updated MANIFEST.
64
65 2007-09-19  Richard Jones  <rjones@redhat.com>
66
67         * virt-top/virt_top.ml: Ignore transient error from
68           C.num_of_defined_domains when it cannot contact xend; that
69           was causing virt-top to exit when xend was restarted.
70
71 2007-09-18  Richard Jones  <rjones@redhat.com>
72
73         * virt-df/virt_df.ml: Handle domains with partition-backed
74           block devices.
75
76         * virt-top/virt_top.ml: Don't fail on older libvirt which would
77           give an error if list_domains or list_defined_domains was called
78           with n = 0.
79
80         * ChangeLog: Start tracking changes.
81