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