From 0caeb2311101440b5f245c67d190ec167a1faef6 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jul 11 2006 16:08:41 +0000 Subject: Release of 0.1.3, daniel --- diff --git a/.cvsignore b/.cvsignore index b6a678a..0c3cc8a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ libvirt-0.0.6.tar.gz libvirt-0.1.0.tar.gz libvirt-0.1.2.tar.gz libvirt-0.1.1.tar.gz +libvirt-0.1.3.tar.gz diff --git a/libvirt.spec b/libvirt.spec index a2a2320..18213b2 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.2 +Version: 0.1.3 Release: 1 License: LGPL Group: Development/Libraries @@ -15,7 +15,6 @@ BuildRequires: libxml2-devel BuildRequires: readline-devel Obsoletes: libvir ExclusiveArch: i386 x86_64 -Patch0: chown.patch %description This C library provides an API to use the Xen virtualization framework, @@ -45,10 +44,8 @@ supplied by the libvirt library to use the Xen virtualization framework. %prep %setup -q -%patch0 -p1 %build -touch `find .` %configure make @@ -107,6 +104,10 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Tue Jul 11 2006 Daniel Veillard 0.1.3-1 +- support for HVM Xen guests +- various bugfixes + * Mon Jul 3 2006 Daniel Veillard 0.1.2-1 - added a proxy mechanism for read only access using httpu - fixed header includes paths diff --git a/sources b/sources index fcd448c..8d2e70a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc21aa037148ca48ed4180f63959d760 libvirt-0.1.2.tar.gz +e820776aec5c51aa527aca1a848a1dc9 libvirt-0.1.3.tar.gz