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