From ba842a3f723a600b552c56a14bb4d94826c874f8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 20 Aug 2018 15:15:55 +0200 Subject: [PATCH] bump version to 5.0-25 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 440bc14..f10f37a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-storage-perl -PKGREL=24 +PKGREL=25 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index b90a5a0..d3c6af5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-storage-perl (5.0-25) unstable; urgency=medium + + * add API for LVM, LVMThin, Directory storages and ZFS management + + * add 'type' and 'skipsmart' options to /nodes//disks/list API call + + * add Linux LIO/targetcli support + + * Fix #1858: lvm_find_free_diskname check for base + + -- Proxmox Support Team Mon, 20 Aug 2018 14:41:28 +0200 + libpve-storage-perl (5.0-24) unstable; urgency=medium * fix #1770: allow ex/import linked clones.