From 32ad421e34e565dcbcbbcbc799849180bfb27449 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 4 May 2018 15:33:53 +0200 Subject: [PATCH] bump version to 5.0-20 --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfd30ea..3ece5b7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=19 +PKGREL=20 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index 73565b6..a9e7966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-storage-perl (5.0-20) unstable; urgency=medium + + * fix #1750: correctly join monhost list for external RBD storages + + -- Proxmox Support Team Fri, 04 May 2018 15:32:26 +0200 + libpve-storage-perl (5.0-19) unstable; urgency=medium * RBDPlugin: Fix #1542 - show storage utilization per pool