dc0aff86cca50d7e6668d6f98dfa82b8651d8394
[virt-top.git] / ChangeLog
1 2007-11-14  Richard Jones  <rjones@redhat.com>
2
3         * libvirt/libvirt.mli, libvirt/libvirt.ml, libvirt/libvirt_c.c:
4           Added support for virNodeGetFreeMemory and virNodeGetCellsFreeMemory
5         * mlvirsh/mlvirsh.ml: Added 'freecell' command.
6
7 2007-10-19  Richard Jones  <rjones@redhat.com>
8
9         * virt-top/virt_top_calendar.ml: Added --end-time option.
10           Extra optional dep on ocaml-calendar.
11         * virt-top/virt-top.pod: Document how to compress and split
12           CSV files.  Document --end-time option and time formats.
13         * virt-top/virt_top.ml: Allow sub-second delays when in batch
14           and script mode.
15         * virt-top/virt_top_utils.mli, virt-top/virt_top.mli: Reorganise
16           the code and add some interfaces.
17
18 2007-10-17  Richard Jones  <rjones@redhat.com>
19
20         * virt-top/virt_top.ml: Added --script option.
21         * virt-top/virt_top.ml: Log domain data to CSV file.
22         * virt-top/virt_top.ml: Added --no-csv-cpu, --no-csv-block and
23           --no-csv-net flags.
24         * virt-top/*.ml: Much code clean-up and restructuring.
25         * *: Added GNU GPL/LGPL copyright messages to all files.
26
27 2007-09-27  Richard Jones  <rjones@redhat.com>
28
29         * configure.ac: Changed version to 0.3.2.9.
30         * Makefile.in: Re-enable virt-df.
31         * virt-df/virt_df*.ml: Mostly finished off the core of virt-df.
32           Ext2/3 support.  No LVM as yet.
33         * virt-df/README: Added README file.
34
35 2007-09-24  Richard Jones  <rjones@redhat.com>
36
37         * configure.ac: Version 0.3.2.8 for release.
38         * virt-top/virt-top.ml, virt-top/virt-top.pod: Support for
39           $HOME/.virt-toprc init file, modelled after top.
40         * virt-top/virt_top_utils.ml: Split out string utilities
41           into a separate file.
42
43 2007-09-20  Richard Jones  <rjones@redhat.com>
44
45         * virt-top/virt_top.ml: qemu:/// URIs (and others) don't support
46           virConnectGetHostname.  Catch this exception.
47
48         * Makefile.in: Disable virt-df in this release until I have
49           time to fix it properly.
50         * Makefile.in: Fix 'check-manifest' rule.  Added 'make release'.
51         * MANIFEST: Updated MANIFEST.
52
53 2007-09-19  Richard Jones  <rjones@redhat.com>
54
55         * virt-top/virt_top.ml: Ignore transient error from
56           C.num_of_defined_domains when it cannot contact xend; that
57           was causing virt-top to exit when xend was restarted.
58
59 2007-09-18  Richard Jones  <rjones@redhat.com>
60
61         * virt-df/virt_df.ml: Handle domains with partition-backed
62           block devices.
63
64         * virt-top/virt_top.ml: Don't fail on older libvirt which would
65           give an error if list_domains or list_defined_domains was called
66           with n = 0.
67
68         * ChangeLog: Start tracking changes.
69