diff --git a/.cvsignore b/.cvsignore index b75b0df..18de845 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,3 +13,4 @@ libvirt-0.1.7.tar.gz libvirt-0.1.8.tar.gz libvirt-0.1.9.tar.gz libvirt-0.1.10.tar.gz +libvirt-0.1.11.tar.gz diff --git a/libvirt.spec b/libvirt.spec index 072334f..80d158a 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -2,7 +2,7 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt -Version: 0.1.10 +Version: 0.1.11 Release: 1%{?dist} License: LGPL Group: Development/Libraries @@ -84,6 +84,7 @@ rm -fr %{buildroot} %{_bindir}/virsh %{_libdir}/lib*.so.* %attr(4755, root, root) %{_libexecdir}/libvirt_proxy +%doc docs/libvirt.rng %files devel %defattr(-, root, root) @@ -112,6 +113,11 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Mon Jan 22 2007 Daniel Veillard 0.1.11-1.fc7 +- finish inactive Xen domains support +- memory leak fix +- RelaxNG schemas for XML configs + * Wed Dec 20 2006 Daniel Veillard 0.1.10-1.fc7 - support for inactive Xen domains - improved support for Xen display and vnc diff --git a/sources b/sources index 0b31a68..16a442f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c6aca92b7c88e24dbc6569d8a842b3a libvirt-0.1.10.tar.gz +2ffed48966716b0eb6e7f7e166c270d9 libvirt-0.1.11.tar.gz