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