From 1cff78327741672750107d8f8ea97a179d0c9c34 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 8 Sep 2015 10:48:41 +0200 Subject: [PATCH] bump version to 4.0-19 --- Makefile | 2 +- changelog.Debian | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b12129d..423b639 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=18 +PKGREL=19 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 117197a..5368e1c 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +libpve-storage-perl (4.0-19) unstable; urgency=medium + + * use read_proc_mounts from PVE::ProcFSTools + + * Correct manpage examples to newer syntax + + -- Proxmox Support Team Tue, 08 Sep 2015 10:48:24 +0200 + libpve-storage-perl (4.0-18) unstable; urgency=medium * GlusterfsPlugin: replace Net::Ping with tcp_ping