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