summaryrefslogtreecommitdiff
path: root/libvirt.spec.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-08-29 07:53:15 +0200
committerGuido Günther <agx@sigxcpu.org>2012-08-29 07:53:15 +0200
commitb3ae72431ba8920182c992aa13178740c1ea0162 (patch)
treebddc2280a4413eb7e9237b2eb7db2df8c28cbab8 /libvirt.spec.in
parentff2e88c3779d44f05a50d9ceee403992c9202471 (diff)
New upstream version 0.10.0
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 8f52eec42..b5fa30ce4 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -315,7 +315,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: @VERSION@
-Release: 0rc2%{?dist}%{?extra_release}
+Release: 1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -324,7 +324,7 @@ URL: http://libvirt.org/
%if %(echo %{version} | grep -o \\. | wc -l) == 3
%define mainturl stable_updates/
%endif
-Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.gz
+Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz
%if %{with_libvirtd}
Requires: libvirt-daemon = %{version}-%{release}
@@ -1863,6 +1863,17 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
%endif
%changelog
+* Wed Aug 29 2012 Daniel Veillard <veillard@redhat.com> - 0.10.0-1
+- agent: add qemuAgentArbitraryCommand() for general qemu agent command
+- Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo functions
+- network: use firewalld instead of iptables, when available
+- network: make network driver vlan-aware
+- esx: Implement network driver
+- driver for parallels hypervisor
+- Various LXC improvements
+- Add virDomainGetHostname
+- a lot of bug fixes, improvements and portability work
+
* Mon Jul 2 2012 Daniel Veillard <veillard@redhat.com> - 0.9.13-1
- S390: support for s390(x)
- snapshot: implement new APIs for esx and vbox