From 3ae8ac7861c973b05da823f1f83f8be62722e9a6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 12 Jan 2017 14:06:00 +0100 Subject: [PATCH] bump version to 4.0-72 --- Makefile | 4 +--- changelog.Debian | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a5e2d7..0fc7697 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.3 - VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=71 +PKGREL=72 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 8375d67..004aab2 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,17 @@ +libpve-storage-perl (4.0-72) unstable; urgency=medium + + * add setup_environment hook to CLIHandler class + + * sheepdog : volume_resize return if running + + * fix #1099 (again): map cciss/c0d0 to cciss!c0d0 + + * fix #1135: always clean up ZFS snapshots on migration + + * storage_migrate: use bs=4k to copy images with dd + + -- Proxmox Support Team Thu, 12 Jan 2017 14:05:22 +0100 + libpve-storage-perl (4.0-71) unstable; urgency=medium * Add new function get_blockdev