From 5c7f46c83763a1f94bc3916791c4cc5cebe9d2ac Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 29 Sep 2016 08:45:34 +0200 Subject: [PATCH] bump version to 4.0-63 --- Makefile | 4 ++-- changelog.Debian | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index adb911a..2a9efaf 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.2 +RELEASE=4.3 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=61 +PKGREL=62 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 62f98c9..c10bea0 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,17 @@ +libpve-storage-perl (4.0-62) unstable; urgency=medium + + * fix #1122: correctly create LUNs for linked clones + + * fix #1012: dir storage: add is_mountpoint option + + * improve SMART error handling + + * path based storages: improve the mkdir option + + * Avoid JavaScript gets a string "0" + + -- Proxmox Support Team Thu, 29 Sep 2016 08:45:07 +0200 + libpve-storage-perl (4.0-61) unstable; urgency=medium * rbd: detect linked clones/base volumes correctly