diff --git a/Makefile b/Makefile index f27da2e..3ad1e1e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.3 VERSION=3.0 PACKAGE=libpve-storage-perl -PKGREL=28 +PKGREL=29 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index baab8ab..2470e57 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +libpve-storage-perl (3.0-29) unstable; urgency=low + + * ZfsPoolPlugin: auto import after reboot + + * ZfsPoolPlugin: fix add disks + + -- Proxmox Support Team Mon, 09 Feb 2015 12:27:40 +0100 + libpve-storage-perl (3.0-28) unstable; urgency=low * ZFSPoolPlugin: use 'udevadm settle' to wait until devices are created.