From 5fa350ce0c1aea8e59b29e74a1664d5f56abb742 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 Mar 2019 10:39:18 +0100 Subject: [PATCH] bump version to 5.0-39 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bece3f1..dd47eed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=38 +PKGREL=39 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index 0c576e0..fd9de87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libpve-storage-perl (5.0-39) unstable; urgency=medium + + * fix #585: remove leftover disks and empty directory if image allocation + failed + + * fix #1891: Add zsh command completion for pvesm + + * fix #2099: escape systemd path names in mount unit + + -- Proxmox Support Team Wed, 06 Mar 2019 10:31:47 +0100 + libpve-storage-perl (5.0-38) unstable; urgency=medium * diskmanage: fix device encoding handling