From dd6c784ca871b4c4cdfb9c2e27393954c5dadbe6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 11 Jul 2016 14:24:32 +0200 Subject: [PATCH] bump version to 4.0-56 --- Makefile | 2 +- changelog.Debian | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f7dab5..2caf6e2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.2 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=55 +PKGREL=56 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 11b8986..0860ed3 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,17 @@ +libpve-storage-perl (4.0-56) unstable; urgency=medium + + * Remove unused pve-storage-monhost format + + * rbd: use pve-storage-portal-dns-list for monhost + + * cleanups + + * add tagged_only option to LVM storage + + * add check if format is defined to avoid warning + + -- Proxmox Support Team Mon, 11 Jul 2016 14:24:15 +0200 + libpve-storage-perl (4.0-55) unstable; urgency=medium * fix #1033 storage_migrate on LVMThin - add die.