diff --git a/Makefile b/Makefile index 12b9200..b548e2e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.1 VERSION=3.0 PACKAGE=libpve-storage-perl -PKGREL=14 +PKGREL=15 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 28b16ae..2b9995a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-storage-perl (3.0-15) unstable; urgency=low + + * Added support for ZFS Storage Plugin (solaris, omnios) + + -- Proxmox Support Team Wed, 02 Oct 2013 06:55:57 +0200 + libpve-storage-perl (3.0-14) unstable; urgency=low * storage library: add new helper parse_volname()