From a0781d7b9eb1b24f41473f25db6af2f607f88576 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Apr 2022 19:54:27 +0200 Subject: [PATCH] bump version to 2.1.7-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 35 +++++++++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1ea8248..62030642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.6" +version = "2.1.7" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 1b34ee8e..9e9edca8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +rust-proxmox-backup (2.1.7-1) bullseye; urgency=medium + + * pbs-tape: sgutils2: check sense data when status is 'CHECK_CONDITION' + + * rework & refactor datastore implementation for a more hierarchical access + structure + + * datastore: implement Iterator for backup group and snapshot listing to + allow more efficient access for cases where we do not need the whole list + in memory + + * pbs-client: extract: rewrite create_zip with sequential decoder + + * pbs-client: extract: add top-level dir in tar.zst + + * fix #3067: ui: add a separate notes view for longer markdown notes and + copy the markdown primer from Proxmox VE to Proxmox Backup Server docs + + * restore-daemon: start disk initialization in parallel to the api + + * restore-daemon: put blocking code into 'block_in_place' + + * restore-daemon: avoid auto-pre-mounting zpools completely, the upfront + (time) cost can be to big to pay up initially, e.g., if there are many + subvolumes present, so only mount on demand. + + * file-restore: add 'timeout' and 'json-error' parameter + + * ui: add summary mask when in maintenance mode + + * ui: update datastore's navigation icon and tooltip if it is in maintenance + mode + + -- Proxmox Support Team Wed, 27 Apr 2022 19:53:53 +0200 + rust-proxmox-backup (2.1.6-1) bullseye; urgency=medium * api: verify: allow passing '0 days' for immediate re-verification diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index b50c78a7..777f58e2 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.6" +version = "2.1.7" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"