From e36e2bc913cd7498b95e220345660324cdd78e9f Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 21 Mar 2015 10:58:44 +0100 Subject: [PATCH] bump version to 4.0-3 --- Makefile | 2 +- changelog.Debian | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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"