From 4aecade4dcd82a2ad638fdfca7e2cbfaa04d7de3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Sep 2021 08:40:39 +0200 Subject: [PATCH] bump version to 7.0-11 Signed-off-by: Thomas Lamprecht --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 67e5742..df5f26f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libpve-storage-perl (7.0-11) bullseye; urgency=medium + + * zfs: avoid dying on unmount when the dataset is already unmounted + + * ceph: rbd/cephfs: add keyring parameter for external clusters + + * btrfs: fix call convention of alloc_image from DirPlugin for a special case + + * upload: remove the temporary uploaded local file directly in the API + endpoint instead of the HTTP server code as special case + + -- Proxmox Support Team Mon, 06 Sep 2021 08:40:33 +0200 + libpve-storage-perl (7.0-10) bullseye; urgency=medium * fix #3555: BTRFS: call the free_image method from the base plugin correctly