From c0e365fd49eebbe752479246889da1d75900b9f1 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 26 Mar 2021 14:09:30 +0100 Subject: [PATCH] bump version to 1.0.12-1 --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 87e82d4c..5ff0b147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (1.0.12-1) unstable; urgency=medium + + * tape: write catalogs to tape (speedup catalog restore) + + * tape: add --scan option for catalog restore + + * tape: improve locking (lock media-sets) + + * tape: ui: enable datastore mappings + + * fix #3359: fix blocking writes in async code during pxar create + + * api2/tape/backup: wait indefinitely for lock in scheduled backup jobs + + * docu improvements + + -- Proxmox Support Team Fri, 26 Mar 2021 14:08:47 +0100 + rust-proxmox-backup (1.0.11-1) unstable; urgency=medium * fix feature flag logic in pxar create