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