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