From 88a5ed1f115efd3d786508449ebbcc087e07be88 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 22 Jun 2017 12:49:31 +0200 Subject: [PATCH] bump version to 5.0-8 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5230ddb..06856a5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=7 +PKGREL=8 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index db2a1c4..7ca8db6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libpve-storage-perl (5.0-8) unstable; urgency=medium + + * import/export: use our standard tar flags + + * storage_migrate: with_snapshots parameter + + -- Proxmox Support Team Thu, 22 Jun 2017 12:48:35 +0200 + libpve-storage-perl (5.0-7) unstable; urgency=medium * re-add changes to PVE/Storage/Plugin.pm (fixup previous commit)