From a8e571097acd0624c6803c878d09c930055cfd39 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 20 Dec 2007 16:55:46 +0000 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 -- cgit