Skip to content
Commits on Source (3)
libvirt releases
================
# v5.3.0 (unreleased)
# v5.3.0 (2019-05-04)
* New features
......
libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
libvirt (5.3.0-1~1.gbp7b1637) UNRELEASED; urgency=medium
** SNAPSHOT build @4cfe98a3b7e3a5108335277cecb407a9aff8d248 **
** SNAPSHOT build @7b1637605da9224c46ebf3a243fa725d643e7556 **
[ Guido Günther ]
* [fb43676] d/control: Drop dh-autoreconf build-dep.
......@@ -8,6 +8,7 @@ libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
* [81d21d5] d/not-installed: Use multi-arch dirs.
Files moved during the dh12 switch.
* [428ad14] New upstream version 5.3.0~rc2
* [641e532] New upstream version 5.3.0
[ Christian Ehrhardt ]
* [c28c3b3] d/libvirt0.install: install translations
......@@ -17,7 +18,10 @@ libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
* [f19acf6] d/libvirt-daemon-system.install: ship libxl-sanlock.conf
(Closes: #919484)
-- Guido Günther <agx@sigxcpu.org> Fri, 03 May 2019 10:06:18 +0200
[ Andrea Bolognani ]
* [6a2eae3] Simplify and improve watch file.
-- Guido Günther <agx@sigxcpu.org> Mon, 06 May 2019 13:06:27 +0200
libvirt (5.2.0-2) experimental; urgency=medium
......
version=3
opts="uversionmangle=s/\.-rc/~rc/;s/\.+$//,pgpsigurlmangle=s/$/.asc/" \
https://libvirt.org/sources/libvirt-([\d\.]+)(-rc\d)?\.tar\.[gx]z
version=4
opts="uversionmangle=s/-rc/~rc/,pgpmode=auto" \
https://libvirt.org/sources/ \
^libvirt-((?:[\d\.]+)(?:-rc\d)?)\.tar\.[gx]z$
......@@ -6,7 +6,7 @@
Do not edit this file. Changes will be lost.
-->
<!--
This page was generated at Tue Apr 30 19:16:44 UTC 2019.
This page was generated at Sat May 4 17:55:24 UTC 2019.
-->
<head>
<meta charset="UTF-8"/>
......@@ -34,7 +34,7 @@
<a href="https://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
</p>
<h3>
<strong>v5.3.0 (unreleased)</strong>
<strong>v5.3.0 (2019-05-04)</strong>
</h3>
<ul>
<li>
......
......@@ -12,7 +12,7 @@
<h1>Releases</h1><p>This is the list of official releases for libvirt, along with an
overview of the changes introduced by each of them.</p><p>For a more fine-grained view, use the
<a href="https://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
</p><h3><strong>v5.3.0 (unreleased)</strong></h3><ul><li><strong>New features</strong><ul><li>
</p><h3><strong>v5.3.0 (2019-05-04)</strong></h3><ul><li><strong>New features</strong><ul><li>
qemu: Add support for setting the emulator scheduler parameters
<br/>
I/O threads and vCPU threads already support setting schedulers, but
......
......@@ -33,7 +33,7 @@
-->
<libvirt>
<release version="v5.3.0" date="unreleased">
<release version="v5.3.0" date="2019-05-04">
<section title="New features">
<change>
<summary>
......
......@@ -216,14 +216,14 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 5.3.0
Release: 0rc2%{?dist}%{?extra_release}
Release: 1%{?dist}
License: LGPLv2+
URL: https://libvirt.org/
%if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
%define mainturl stable_updates/
%endif
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.xz
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-config-network = %{version}-%{release}
......
......@@ -216,14 +216,14 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: @VERSION@
Release: 0rc2%{?dist}%{?extra_release}
Release: 1%{?dist}
License: LGPLv2+
URL: https://libvirt.org/
%if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
%define mainturl stable_updates/
%endif
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.xz
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-config-network = %{version}-%{release}
......
......@@ -740,6 +740,14 @@
# Location of master nvram file
#
# This configuration option is obsolete. Libvirt will follow the
# QEMU firmware metadata specification to automatically locate
# firmware images. See docs/interop/firmware.json in the QEMU
# source tree. These metadata files are distributed alongside any
# firmware images intended for use with QEMU.
#
# ------------------------------------------
#
# When a domain is configured to use UEFI instead of standard
# BIOS it may use a separate storage for UEFI variables. If
# that's the case libvirt creates the variable store per domain
......