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()