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