Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Veillard
bd474aff47 Upstream release 0.1.1 2006-06-21 12:41:13 +00:00
Daniel Veillard
d55c7f267b Upstream release 0.1.0 2006-04-10 13:24:07 +00:00
Daniel Veillard
f04b8ffc70 Upstream release 0.0.6 2006-02-28 14:25:55 +00:00
3 changed files with 31 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
libvirt-0.0.3.tar.gz
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

View File

@@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.0.5
Version: 0.1.1
Release: 1
License: LGPL
Group: Development/Libraries
@@ -10,7 +10,9 @@ URL: http://libvir.org/
BuildRequires: xen python python-devel
Requires: xen
Requires: libxml2
Requires: readline
BuildRequires: libxml2-devel
BuildRequires: readline-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64
@@ -70,6 +72,7 @@ rm -fr %{buildroot}
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
%doc %{_mandir}/man1/virsh.1*
%{_bindir}/virsh
%{_libdir}/lib*.so.*
@@ -97,8 +100,31 @@ 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 <veillard@redhat.com> 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 <veillard@redhat.com> 0.1.0-1
- various fixes
- new APIs: for Node information and Reboot
- virsh improvements and extensions
- documentation updates and man page
- enhancement and fixes of the XML description format
* Tue Feb 28 2006 Daniel Veillard <veillard@redhat.com> 0.0.6-1
- added error handling APIs
- small bug fixes
- improve python bindings
- augment documentation and regression tests
* Thu Feb 23 2006 Daniel Veillard <veillard@redhat.com> 0.0.5-1
- new domain creation API
- new UUID based APIs

View File

@@ -1 +1 @@
3ba34b4bc0a588cee86e8219a6935e3e libvirt-0.0.5.tar.gz
f5a86d6666ee783510c4896a7337ca9f libvirt-0.1.1.tar.gz