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