diff --git a/debian/changelog b/debian/changelog index c7d48d19..fd8b8a85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 30 Mar 2020 10:00:13 +0200 + qemu-server (6.1-11) pve; urgency=medium * vzdump: fix regression in backups for specific storage diff --git a/debian/control b/debian/control index 41762fc8..4edc5dad 100644 --- a/debian/control +++ b/debian/control @@ -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,