Version 0.4.0.2 released.
[virt-top.git] / ChangeLog
1 2008-01-20  Richard Jones  <rjones@redhat.com>
2
3         Version 0.4.0.2 released.
4
5 2008-01-18  Richard Jones  <rjones@redhat.com>
6
7         Move to autogeneration of many C bindings.
8         * configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many
9           C bindings can now be autogenerated using a Perl script.
10           Also includes preliminary support for the experimental
11           storage API.
12
13 2008-01-08  Richard Jones  <rjones@redhat.com>
14
15         Get node_info just once for each connection.
16         * vc_connections.ml: Get node_info just once for each connection,
17           which is more efficient.
18         * vc_connections.mli: Tidy up.
19
20         Type Vc_domain_ops.dops_callback_fn for clarity.
21         * virt-ctrl/vc_domain_ops.mli, virt-ctrl/vc_domain_ops.ml,
22           virt-ctrl/vc_mainwindow.mli: Give a type name to the domain_ops
23           callback type, for extra clarity.
24
25         Change comments virt-manager -> virt-ctrl.
26         * virt-ctrl/*.ml, virt-ctrl/*.mli: Change comments virt-manager ->
27           virt-ctrl.
28
29         Move programming information to libvirt generated doc.
30         * README, libvirt/libvirt.mli: Moved programming information to
31           libvirt generated documentation, greatly expanded examples and
32           other issues.
33         * examples/Makefile.in, examples/node_info.ml, examples/.depend:
34           Added node_info example program.
35         * .hgignore, Makefile.in: Ignore, clean up node_info binary.
36         * examples/list_domains.ml: Make a read-only connection.
37
38         Clean up *.exe files.
39         * Makefile.in: Clean up *.exe files.
40
41         Version 0.4.0.1 released.
42         * Makefile.in: Provide a 'winupload' target.
43
44         Rename some dialogs in virt-ctrl.
45         * virt-ctrl/vc_mainwindow.ml: Fix some "virtual machine manager" ->
46           "virt-ctrl" dialogs in main window.
47
48         Fix bad paths in wininstaller.nsis.in.
49         * wininstaller.nsis.in: 
50         * .hgignore: Ignore *.orig files.
51
52         Fix native virt-ctrl on Windows.
53         * virt-ctrl/Makefile.in, virt-ctrl/mingw-gcc-wrapper.ml: Wrapper
54           around 'gcc' to fix native virt-ctrl builds on Windows/MinGW.
55         * .hgignore: Ignore *.exe files.
56
57 2008-01-07  Richard Jones  <rjones@redhat.com>
58
59         Updated MANIFEST.
60         * MANIFEST: Bring the MANIFEST file up to date.
61
62         mlvirtmanager renamed as virt-ctrl.
63         * .hgignore, Makefile.in, configure.ac: Rename
64           mlvirtmanager as virt-ctrl to avoid any confusion with
65           the real virt-manager.
66         * mlvirtmanager/, virt-ctrl/: Subdirectory moved.
67         * README: Supporting documentation updated.
68
69         Include mlvirtmanager in the Windows installer.
70         * wininstaller.nsis.in: Include mlvirtmanager in the Windows
71           installer.
72         * Makefile.in: Re-enable native code builds for Windows installer.
73         * mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on
74           Windows - you need to specify the location of $GTK/lib.
75
76         Bundle Gtk DLLs and support files in the Windows installer.
77         * configure.ac: Detect library paths instead of hard-
78           coding them.
79         * wininstaller.nsis (removed): This file is now autogenerated.
80         * wininstaller.nsis.in: Bundle Gtk DLLs and support files.
81         * Makefile.in: More verbose messages from NSIS.
82
83         Include required libraries in the Windows installer.
84         * wininstaller.nsis: Include *.dll files.
85
86         Windows installer.
87         * Makefile.in, configure.ac: Add --with-nsis[=path/to/nsis] and
88           call out to 'makensis.exe'.
89         * wininstaller.nsis, winlicense.rtf: Configuration and support
90           files for NSIS-based Windows installer.
91         * README: Update documentation to reflect.
92
93 2008-01-05  Richard Jones  <rjones@redhat.com>
94
95         mlvirtmanager compiles and runs on Windows (MinGW).
96         * configure.ac: Directories to search for optional modules were
97           specified incorrectly - fixed.
98         * mlvirtmanager/Makefile.in: Changed so can build without
99           ocamlfind, and checked it can build on Windows.
100
101         mlvirsh can compile without extlib
102         * mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from
103           extlib, so copy them in here to avoid the dependency.
104         * configure.ac: No dependency on extlib for mlvirsh.
105         * mlvirsh/Makefile.in: Changed so can build without ocamlfind.
106         * README: Updated documentation.
107
108         Update documentation for Windows.
109         * README: Update documentation for Windows.
110
111         Build libvirt and examples on Windows (MinGW).
112         * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml
113           modules directly (without ocamlfind being needed).
114         * configure.ac: Remove requirement for ocamlfind.
115         * config.guess, config.sub: Ship these files to guess host,
116           build and target.
117         * libvirt/Makefile.in, examples/Makefile.in: Change these
118           so they don't require ocamlfind, do the right thing on MinGW.
119         * Make.rules.in: Make.rules is now generated from this file.
120           File can use ocamlfind or direct ocaml commands as available.
121         * .hgignore: Ignore some generated files on Windows.
122
123 2008-01-04  Richard Jones  <rjones@redhat.com>
124
125         Make extlib an optional dependency.
126         * Makefile.in, README, configure.ac, examples/Makefile.in,
127           libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code
128           doesn't really need extlib, so make it optional.
129           Bail earlier in configure step if we don't have ocamlfind.
130
131 2007-12-20  Richard Jones  <rjones@redhat.com>
132
133         * libvirt/libvirt_c.c: Use enter/leave_blocking_section around
134           synchronous libvirt API calls, so that multithreaded OCaml
135           programs can be used.
136         * configure.ac: Version 0.4.0.0 for release.
137         * libvirt/libvirt.ml, libvirt/libvirt.mli, libvirt/libvirt_c.c:
138           Change the ad-hoc "foo not supported" exception into a
139           specific Libvirt.Not_supported "foo" exception.
140         * virt-top/virt_top.ml: Change virt-top to understand new
141           exception type.
142
143 2007-11-20  Richard Jones  <rjones@redhat.com>
144
145         * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbers
146           in base libvirt.
147         * libvirt/libvirt_c.c: Gracefully handle the case where libvirt
148           throws an error number we have not heard of before (eg. when
149           dynamic linking with newer libvirt).
150         * configure.ac: Check <libvirt/virterror.h> exists.
151         * configure.ac: Version 0.3.3.4.
152         * virt-top/virt-top.pod: Fixed ocaml libvirt website URI in manpage.
153
154 2007-11-19  Richard Jones  <rjones@redhat.com>
155
156         * virt-top/virt-top.pod: Example connection URIs in virt-top manpage
157           (bug 390691).
158
159 2007-11-14  Richard Jones  <rjones@redhat.com>
160
161         * libvirt/libvirt.mli: Added filename = string type to clarify
162           some function signatures which take a filename.  Added lots
163           of function documentation.
164         * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
165         * configure.ac: Version 0.3.3.3 for release.
166
167 2007-11-14  Richard Jones  <rjones@redhat.com>
168
169         * Makefile.in: New rules for releasing and uploading.
170
171 2007-11-14  Richard Jones  <rjones@redhat.com>
172
173         * libvirt/libvirt.mli, libvirt/libvirt.ml, libvirt/libvirt_c.c:
174           Added support for virNodeGetFreeMemory and virNodeGetCellsFreeMemory
175         * mlvirsh/mlvirsh.ml: Added 'freecell' command.
176
177 2007-10-19  Richard Jones  <rjones@redhat.com>
178
179         * virt-top/virt_top_calendar.ml: Added --end-time option.
180           Extra optional dep on ocaml-calendar.
181         * virt-top/virt-top.pod: Document how to compress and split
182           CSV files.  Document --end-time option and time formats.
183         * virt-top/virt_top.ml: Allow sub-second delays when in batch
184           and script mode.
185         * virt-top/virt_top_utils.mli, virt-top/virt_top.mli: Reorganise
186           the code and add some interfaces.
187
188 2007-10-17  Richard Jones  <rjones@redhat.com>
189
190         * virt-top/virt_top.ml: Added --script option.
191         * virt-top/virt_top.ml: Log domain data to CSV file.
192         * virt-top/virt_top.ml: Added --no-csv-cpu, --no-csv-block and
193           --no-csv-net flags.
194         * virt-top/*.ml: Much code clean-up and restructuring.
195         * *: Added GNU GPL/LGPL copyright messages to all files.
196
197 2007-09-27  Richard Jones  <rjones@redhat.com>
198
199         * configure.ac: Changed version to 0.3.2.9.
200         * Makefile.in: Re-enable virt-df.
201         * virt-df/virt_df*.ml: Mostly finished off the core of virt-df.
202           Ext2/3 support.  No LVM as yet.
203         * virt-df/README: Added README file.
204
205 2007-09-24  Richard Jones  <rjones@redhat.com>
206
207         * configure.ac: Version 0.3.2.8 for release.
208         * virt-top/virt-top.ml, virt-top/virt-top.pod: Support for
209           $HOME/.virt-toprc init file, modelled after top.
210         * virt-top/virt_top_utils.ml: Split out string utilities
211           into a separate file.
212
213 2007-09-20  Richard Jones  <rjones@redhat.com>
214
215         * virt-top/virt_top.ml: qemu:/// URIs (and others) don't support
216           virConnectGetHostname.  Catch this exception.
217
218         * Makefile.in: Disable virt-df in this release until I have
219           time to fix it properly.
220         * Makefile.in: Fix 'check-manifest' rule.  Added 'make release'.
221         * MANIFEST: Updated MANIFEST.
222
223 2007-09-19  Richard Jones  <rjones@redhat.com>
224
225         * virt-top/virt_top.ml: Ignore transient error from
226           C.num_of_defined_domains when it cannot contact xend; that
227           was causing virt-top to exit when xend was restarted.
228
229 2007-09-18  Richard Jones  <rjones@redhat.com>
230
231         * virt-df/virt_df.ml: Handle domains with partition-backed
232           block devices.
233
234         * virt-top/virt_top.ml: Don't fail on older libvirt which would
235           give an error if list_domains or list_defined_domains was called
236           with n = 0.
237
238         * ChangeLog: Start tracking changes.
239