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