From: Thomas Lamprecht Date: Fri, 4 May 2018 10:57:25 +0000 (+0200) Subject: bump version to 5.0-31 X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=02548f7bb6c7904b19f8117209e7d6c4edb2a23c bump version to 5.0-31 --- diff --git a/Makefile b/Makefile index a453959..9d8d737 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=30 +PKGREL=31 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index a7c2583..ce668a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-common-perl (5.0-31) unstable; urgency=medium + + * add ACME library and challenge plugins + + * add Certificate helper + + * untaint PVE::Tools::df() return values + + -- Proxmox Support Team Fri, 04 May 2018 12:39:02 +0200 + libpve-common-perl (5.0-30) unstable; urgency=medium * pty: fix read_password prototype