mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 19:26:11 +00:00
bump version to 6.1-12
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
ca04977c63
commit
20c1b5f0e5
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -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
4
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user