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