diff --git a/Makefile b/Makefile index 52e6a0c..f1c9e58 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=8 +PKGREL=9 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index bd2dace..f0290aa 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-storage-perl (4.0-9) unstable; urgency=medium + + * drbd: call set_drbdsetup_props after auto-deploy + + -- Proxmox Support Team Wed, 17 Jun 2015 11:26:13 +0200 + libpve-storage-perl (4.0-8) unstable; urgency=medium * DRBD: set allow-two-primaries=yes, so that we can do live migrations.