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