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