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