From cb54686f580611f217629001e7e28574405a422d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jul 03 2006 14:57:05 +0000 Subject: Upstream release 0.1.2 --- diff --git a/.cvsignore b/.cvsignore index 15d43a4..b6a678a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,4 +3,5 @@ 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.2.tar.gz libvirt-0.1.1.tar.gz diff --git a/libvirt.spec b/libvirt.spec index 4ac8184..eef0a08 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.1 +Version: 0.1.2 Release: 1 License: LGPL Group: Development/Libraries @@ -14,7 +14,7 @@ Requires: readline BuildRequires: libxml2-devel BuildRequires: readline-devel Obsoletes: libvir -ExclusiveArch: i386 x86_64 +ExclusiveArch: i386 x86_64 ia64 %description This C library provides an API to use the Xen virtualization framework, @@ -75,6 +75,7 @@ rm -fr %{buildroot} %doc %{_mandir}/man1/virsh.1* %{_bindir}/virsh %{_libdir}/lib*.so.* +%{_libexecdir}/libvirt_proxy %files devel %defattr(-, root, root) @@ -103,6 +104,10 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Mon Jul 3 2006 Daniel Veillard 0.1.2-1 +- added a proxy mechanism for read only access using httpu +- fixed header includes paths + * Wed Jun 21 2006 Daniel Veillard 0.1.1-1 - extend and cleanup the driver infrastructure and code - python examples diff --git a/sources b/sources index de0045e..fcd448c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5a86d6666ee783510c4896a7337ca9f libvirt-0.1.1.tar.gz +bc21aa037148ca48ed4180f63959d760 libvirt-0.1.2.tar.gz