From d55c7f267b02b2e2c805acc633726eff89a106d2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Apr 10 2006 13:24:07 +0000 Subject: Upstream release 0.1.0 --- diff --git a/.cvsignore b/.cvsignore index 61d25c4..fabfa4b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ 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 diff --git a/libvirt.spec b/libvirt.spec index 868ecac..b818db0 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.0.6 +Version: 0.1.0 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.* @@ -99,6 +102,13 @@ rm -fr %{buildroot} %doc python/libvirtclass.txt %changelog +* Mon Apr 10 2006 Daniel Veillard 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 0.0.6-1 - added error handling APIs - small bug fixes diff --git a/sources b/sources index 7a707e1..6c83e09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51c4cd8255d8a639437959b934a2a5ac libvirt-0.0.6.tar.gz +bebb6a89c592d3e2ba19594de7341b81 libvirt-0.1.0.tar.gz