diff --git a/debian/changelog b/debian/changelog index 4dda3b2..5471d79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libpve-guest-common-perl (4.0-3) pve; urgency=medium + + * fix #3111: improve replication handling, cleaning of blocking snapshots + when doing a rollback, and try harder to find common replication base + + * fix #3111: snapshot delete: check if replication still needs it + + -- Proxmox Support Team Tue, 9 Nov 2021 13:14:58 +0100 + libpve-guest-common-perl (4.0-2) pve; urgency=medium * vzdump: remove deprecated size parameter diff --git a/debian/control b/debian/control index 7339448..4c246d0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team Build-Depends: debhelper (>= 12~), libpve-cluster-perl, libpve-common-perl, - libpve-storage-perl, + libpve-storage-perl (>= 7.0-14), pve-cluster, Standards-Version: 4.5.1 Homepage: https://www.proxmox.com @@ -14,7 +14,7 @@ Package: libpve-guest-common-perl Architecture: all Depends: libpve-cluster-perl, libpve-common-perl (>= 4.0-89), - libpve-storage-perl (>= 6.1-6), + libpve-storage-perl (>= 7.0-14), pve-cluster, ${misc:Depends}, ${perl:Depends},