From 97c83033adc984fb1c345c4313c9c879740a4506 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 19 Jan 2017 09:14:03 +0100 Subject: [PATCH] bump version to 4.0-73 --- Makefile | 2 +- changelog.Debian | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fc7697..89bcc59 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=72 +PKGREL=73 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 004aab2..f330881 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,15 @@ +libpve-storage-perl (4.0-73) unstable; urgency=medium + + * PVE::Storage: new helper check_volume_access() + + * fixes for new PVE::RPCEnvironment implementation + + * fix #1252: rbd: delete snapshots when using krbd + + * Fix RBD resize with krbd option enabled + + -- Proxmox Support Team Thu, 19 Jan 2017 09:13:43 +0100 + libpve-storage-perl (4.0-72) unstable; urgency=medium * add setup_environment hook to CLIHandler class