summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-11-20 13:11:29 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-11-20 13:11:29 +0000
commit38e7a75efaab8a6a709cbad8342bca4a45ead8cc (patch)
tree30e6333289aee0b2237d3684d69bfff016079693 /ChangeLog
parent9a4b8fc45a07dfb0bb1e388d1991673db776baae (diff)
downloadvirt-top-38e7a75efaab8a6a709cbad8342bca4a45ead8cc.tar.gz
virt-top-38e7a75efaab8a6a709cbad8342bca4a45ead8cc.tar.xz
virt-top-38e7a75efaab8a6a709cbad8342bca4a45ead8cc.zip
* libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbers
in base libvirt. * libvirt/libvirt_c.c: Gracefully handle the case where libvirt throws an error number we have not heard of before (eg. when dynamic linking with newer libvirt). * configure.ac: Check <libvirt/virterror.h> exists. * configure.ac: Version 0.3.3.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b63912b..b3247ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-11-20 Richard Jones <rjones@redhat.com>
+
+ * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbers
+ in base libvirt.
+ * libvirt/libvirt_c.c: Gracefully handle the case where libvirt
+ throws an error number we have not heard of before (eg. when
+ dynamic linking with newer libvirt).
+ * configure.ac: Check <libvirt/virterror.h> exists.
+ * configure.ac: Version 0.3.3.4.
+ * virt-top/virt-top.pod: Fixed ocaml libvirt website URI in manpage.
+
+2007-11-19 Richard Jones <rjones@redhat.com>
+
+ * virt-top/virt-top.pod: Example connection URIs in virt-top manpage
+ (bug 390691).
+
2007-11-14 Richard Jones <rjones@redhat.com>
* libvirt/libvirt.mli: Added filename = string type to clarify