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)