From fd55361cc9c6f38d5e9527f9c3be5548998b96c0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 12 Feb 2017 10:10:50 +0100 Subject: [PATCH] bump version to 4.0-47 --- Makefile | 2 +- changelog.Debian | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b3e07d..bc44096 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=73 +PKGREL=74 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index f330881..97317d9 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,19 @@ +libpve-storage-perl (4.0-74) unstable; urgency=medium + + * fix bug #1280: Can't locate object method "root@pam" + + * buildsys: use gzip -n to disable timestamps + + * buildsys: use fakeroot for dpkg-deb + + * buildsys: make job safety + + * extract_vzdump_config: handle RE consistently + + * weaken matching for vzdump config extract filename + + -- Proxmox Support Team Sun, 12 Feb 2017 10:09:58 +0100 + libpve-storage-perl (4.0-73) unstable; urgency=medium * PVE::Storage: new helper check_volume_access()