From bce13b7f505ea63bc92a12d3beabe0ebb9a802fe Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 18 Apr 2018 10:46:46 +0200 Subject: [PATCH] bump version to 5.0-19 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c63d691..cfd30ea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=18 +PKGREL=19 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index f327f3b..73565b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libpve-storage-perl (5.0-19) unstable; urgency=medium + + * RBDPlugin: Fix #1542 - show storage utilization per pool + + * RBDPlugin: Refactor of method build_cmd and path + + -- Proxmox Support Team Wed, 18 Apr 2018 10:46:23 +0200 + libpve-storage-perl (5.0-18) unstable; urgency=medium * add CIFS (SMB) storage plugin