bump version to 6.1-12

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-03-30 09:32:53 +02:00
parent ca04977c63
commit 20c1b5f0e5
2 changed files with 18 additions and 2 deletions

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
qemu-server (6.1-12) pve; urgency=medium
* CPUConfig: fix module load when pmxcfs is unavailable
* migrate: fix replication false-positives
* migrate: cleanup disk/bitmaps if 'qm start' failed
* migration with targetstorage: check if target storage supports images
* fix efidisks on storages with minimum sizes bigger than OVMF_VARS.fd
* Implement volume-related helpers and use new foreach_volume
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Mar 2020 10:00:13 +0200
qemu-server (6.1-11) pve; urgency=medium
* vzdump: fix regression in backups for specific storage

4
debian/control vendored
View File

@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11~),
libjson-c-dev,
libpve-cluster-perl,
libpve-common-perl (>= 6.0-6),
libpve-guest-common-perl (>= 3.0-5),
libpve-guest-common-perl (>= 3.0-6),
libpve-storage-perl (>= 6.1-3),
libtest-mockmodule-perl,
libuuid-perl,
@ -34,7 +34,7 @@ Depends: dbus,
libpve-access-control (>= 5.0-7),
libpve-cluster-perl,
libpve-common-perl (>= 6.0-8),
libpve-guest-common-perl (>= 3.0-5),
libpve-guest-common-perl (>= 3.0-6),
libpve-storage-perl (>= 5.0-18),
libterm-readline-gnu-perl,
libuuid-perl,