From 8f0f6bf5ad24e6b8a92533efa9b35d9850cfccc0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 20 Jan 2008 12:47:11 +0000 Subject: Fix Volume.lookup_by_key and Volume.lookup_by_path * libvirt/libvirt.mli, libvirt/libvirt.ml: These functions take a connection object, not a pool, as first parameter. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9d3f73..c03dcd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-01-20 Richard Jones + Fix Volume.lookup_by_key and Volume.lookup_by_path + * libvirt/libvirt.mli, libvirt/libvirt.ml: These functions take + a connection object, not a pool, as first parameter. + Version 0.4.0.2 released. 2008-01-18 Richard Jones -- cgit