diff --git a/Makefile b/Makefile index 0a87798..adb911a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.2 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=60 +PKGREL=61 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 2b02b72..62f98c9 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +libpve-storage-perl (4.0-61) unstable; urgency=medium + + * rbd: detect linked clones/base volumes correctly + + * harmonize/cleanup list_images code + + -- Proxmox Support Team Fri, 16 Sep 2016 07:58:59 +0200 + libpve-storage-perl (4.0-60) unstable; urgency=medium * do not automatically die on smartctl exit code > 0