From 0322a7fc516808276df72bea827db7f0b4a08a48 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 12 Sep 2017 13:46:44 +0200 Subject: [PATCH] bump version to 5.0-15 --- Makefile | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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