bump version to 4.0-3

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-11-09 13:17:37 +01:00
parent 2511f525f5
commit 7d604b5bbd
2 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View File

@ -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 <support@proxmox.com> Tue, 9 Nov 2021 13:14:58 +0100
libpve-guest-common-perl (4.0-2) pve; urgency=medium
* vzdump: remove deprecated size parameter

4
debian/control vendored
View File

@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
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},