From 475d5955131df525dd5eb1a8fd25caa6841264ab Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 17 Jul 2014 08:06:47 +0200 Subject: [PATCH] bump version to 3.0-21 --- Makefile | 4 ++-- changelog.Debian | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f7fa9e0..af9648c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.1 +RELEASE=3.2 VERSION=3.0 PACKAGE=libpve-storage-perl -PKGREL=20 +PKGREL=21 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 46a5947..e42822a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-storage-perl (3.0-21) unstable; urgency=low + + * enable linked clones from snapshots (ceph) + + -- Proxmox Support Team Thu, 17 Jul 2014 08:05:51 +0200 + libpve-storage-perl (3.0-20) unstable; urgency=low * ZFS plugin improvements (added 'nowritecache' and 'sparse' options)