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