From 69e7407e4534587bf19ce94193bec3ddf4198db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 24 Feb 2017 12:23:23 +0100 Subject: [PATCH] bump version to 4.0-76 --- Makefile | 2 +- changelog.Debian | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2df0f66..3f486a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=75 +PKGREL=76 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 74f78d6..e0f6201 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-storage-perl (4.0-76) unstable; urgency=medium + + * rbd: fix warnings printed when listing images + + -- Proxmox Support Team Fri, 24 Feb 2017 12:18:18 +0100 + libpve-storage-perl (4.0-75) unstable; urgency=medium * rbd: use faster list operations where possible