diff --git a/Makefile b/Makefile index 0e569c5..72ea4ca 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=2 +PKGREL=3 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 4b35748..9c92159 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,13 @@ +libpve-storage-perl (4.0-3) unstable; urgency=medium + + * add new storage plugin for DRBD9 + + * depend on libnet-dbus-perl + + * pvesm add: pass storage type as first argument + + -- Proxmox Support Team Sat, 21 Mar 2015 07:01:18 +0100 + libpve-storage-perl (4.0-2) unstable; urgency=medium * fix bug #602: now zfs will wait 5 sec if error msg is "dataset is busy"