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