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