From bd474aff470517831372a963e0d02466ae05cd9a Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jun 21 2006 12:41:13 +0000 Subject: Upstream release 0.1.1 --- diff --git a/.cvsignore b/.cvsignore index fabfa4b..15d43a4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ libvirt-0.0.4.tar.gz libvirt-0.0.5.tar.gz libvirt-0.0.6.tar.gz libvirt-0.1.0.tar.gz +libvirt-0.1.1.tar.gz diff --git a/libvirt.spec b/libvirt.spec index b818db0..4ac8184 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,6 +1,6 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt -Version: 0.1.0 +Version: 0.1.1 Release: 1 License: LGPL Group: Development/Libraries @@ -100,8 +100,18 @@ rm -fr %{buildroot} %doc python/tests/*.py %doc python/TODO %doc python/libvirtclass.txt +%doc docs/examples/python %changelog +* Wed Jun 21 2006 Daniel Veillard 0.1.1-1 +- extend and cleanup the driver infrastructure and code +- python examples +- extend uuid support +- bug fixes, buffer handling cleanups +- support for new Xen hypervisor API +- test driver for unit testing +- virsh --conect argument + * Mon Apr 10 2006 Daniel Veillard 0.1.0-1 - various fixes - new APIs: for Node information and Reboot diff --git a/sources b/sources index 6c83e09..de0045e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bebb6a89c592d3e2ba19594de7341b81 libvirt-0.1.0.tar.gz +f5a86d6666ee783510c4896a7337ca9f libvirt-0.1.1.tar.gz