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