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