diff --git a/Makefile b/Makefile index a46c9ac..a37ff12 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=14 +PKGREL=15 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index 5e34e72..03b0410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libpve-storage-perl (5.0-15) unstable; urgency=medium + + * dir: allow a path as is_mountpoint value + + * rbd: make monhost option optional + + * rbd: support auth=none if pveceph-managed + + * rbd: manage keyring for pveceph storages + + * rbd: create ceph keyring dir before copying + + -- Proxmox Support Team Tue, 12 Sep 2017 13:47:08 +0200 + libpve-storage-perl (5.0-14) unstable; urgency=medium * Fix #1474: storage info: properly honor content filters again