summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-11-14 16:12:46 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-11-14 16:12:46 +0000
commitfef20e25d936421c01b79219f35c7ef1246fa604 (patch)
tree75a4a82d2120de4759884bac3d8295ba3558d69b /ChangeLog
parent5c8c3d427bfc727a1eb32fe09edde1b6489f4efd (diff)
downloadvirt-top-fef20e25d936421c01b79219f35c7ef1246fa604.tar.gz
virt-top-fef20e25d936421c01b79219f35c7ef1246fa604.tar.xz
virt-top-fef20e25d936421c01b79219f35c7ef1246fa604.zip
Version 0.3.3.3.
* libvirt/libvirt.mli: Added filename = string type to clarify some function signatures which take a filename. Added lots of function documentation. * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce393f7..b63912b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-11-14 Richard Jones <rjones@redhat.com>
+ * libvirt/libvirt.mli: Added filename = string type to clarify
+ some function signatures which take a filename. Added lots
+ of function documentation.
+ * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
+ * configure.ac: Version 0.3.3.3 for release.
+
+2007-11-14 Richard Jones <rjones@redhat.com>
+
* Makefile.in: New rules for releasing and uploading.
2007-11-14 Richard Jones <rjones@redhat.com>