Release of 0.1.11, Daniel
This commit is contained in:
parent
cd0f44cfff
commit
8e36286f00
@ -13,3 +13,4 @@ libvirt-0.1.7.tar.gz
|
|||||||
libvirt-0.1.8.tar.gz
|
libvirt-0.1.8.tar.gz
|
||||||
libvirt-0.1.9.tar.gz
|
libvirt-0.1.9.tar.gz
|
||||||
libvirt-0.1.10.tar.gz
|
libvirt-0.1.10.tar.gz
|
||||||
|
libvirt-0.1.11.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Library providing an API to use the Xen virtualization
|
Summary: Library providing an API to use the Xen virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.1.10
|
Version: 0.1.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -84,6 +84,7 @@ rm -fr %{buildroot}
|
|||||||
%{_bindir}/virsh
|
%{_bindir}/virsh
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
||||||
|
%doc docs/libvirt.rng
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -112,6 +113,11 @@ rm -fr %{buildroot}
|
|||||||
%doc docs/examples/python
|
%doc docs/examples/python
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> 0.1.11-1.fc7
|
||||||
|
- finish inactive Xen domains support
|
||||||
|
- memory leak fix
|
||||||
|
- RelaxNG schemas for XML configs
|
||||||
|
|
||||||
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1.fc7
|
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1.fc7
|
||||||
- support for inactive Xen domains
|
- support for inactive Xen domains
|
||||||
- improved support for Xen display and vnc
|
- improved support for Xen display and vnc
|
||||||
|
Loading…
Reference in New Issue
Block a user