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