summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-12-20 16:55:46 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-12-20 16:55:46 +0000
commita8e571097acd0624c6803c878d09c930055cfd39 (patch)
tree2ddfe3334807cb2f3d19eeb979479a4dcaa97112 /ChangeLog
parenta0e7843645253be00956b5382242791fe126eb28 (diff)
downloadvirt-top-a8e571097acd0624c6803c878d09c930055cfd39.tar.gz
virt-top-a8e571097acd0624c6803c878d09c930055cfd39.tar.xz
virt-top-a8e571097acd0624c6803c878d09c930055cfd39.zip
New exception Libvirt.Not_supported "function"
* libvirt/libvirt.ml, libvirt/libvirt.mli, libvirt/libvirt_c.c: Change the ad-hoc "foo not supported" exception into a specific Libvirt.Not_supported "foo" exception. * virt-top/virt_top.ml: Change virt-top to understand new exception type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 733e040..6393f1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
synchronous libvirt API calls, so that multithreaded OCaml
programs can be used.
* configure.ac: Version 0.4.0.0 for release.
+ * libvirt/libvirt.ml, libvirt/libvirt.mli, libvirt/libvirt_c.c:
+ Change the ad-hoc "foo not supported" exception into a
+ specific Libvirt.Not_supported "foo" exception.
+ * virt-top/virt_top.ml: Change virt-top to understand new
+ exception type.
2007-11-20 Richard Jones <rjones@redhat.com>