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)