From a31cb84fd4676ce8049ce52840fa50a39591ca63 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 15 Jan 2019 13:18:28 +0100 Subject: [PATCH] update version to 5.0-36 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09ed98b..d3b5999 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=35 +PKGREL=36 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index 0c160ae..1b66b1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-storage-perl (5.0-36) unstable; urgency=medium + + * ceph: exclude general monitor section when assembling monitor addresses + + * fix #2046: add volume_size_info to LVMPlugin + + * ceph: improve parse_ceph_config + + * LVM: Add '--refresh' when activating volumes + + -- Proxmox Support Team Tue, 15 Jan 2019 13:16:45 +0100 + libpve-storage-perl (5.0-35) unstable; urgency=medium * refactor ceph tools and provide a cfs backed ceph.conf parser