diff --git a/Makefile b/Makefile index 71a6103..5f52478 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.1 VERSION=3.0 PACKAGE=libpve-storage-perl -PKGREL=16 +PKGREL=17 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 025498b..094cf22 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +libpve-storage-perl (3.0-17) unstable; urgency=low + + * ZFS plugin: Fixes bug in calculating pool size + + * remove nexenta plugin (use ZFS plugin istead) + + -- Proxmox Support Team Mon, 14 Oct 2013 07:39:33 +0200 + libpve-storage-perl (3.0-16) unstable; urgency=low * cleanup ZFS Storage Plugin