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