From 8a93ac9ebef1a58776f9540a7a20337e551766c8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Nov 2022 17:41:51 +0100 Subject: [PATCH] bump version to 2.2.8-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 572b0f92..a4027260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.7" +version = "2.2.8" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 69a26792..d565ed49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +rust-proxmox-backup (2.2.8-1) bullseye; urgency=medium + + * fix #4274: implement prune notifications, defaulting to sending a mail on + error + + * ui: node certificate: make parent panel scrollable + + * api tape inventory: optionally try to restore catalogs + + * proxmox-tape: add 'catalog' option to 'inventory' sub-command + + * fix #4301: proxmox-backup-manager CLI: correctly pass rate limit + parameters to API + + + * fix #4287: d/control: recommend proxmox-mail-forward for handling mail + forwarding to the mail address configured for root@pam in PBS. + + * ui: improve tape/drive icon positioning/size + + * ui: prune job edit: fix disabling jobs + + * fix #3828: debug cli: add `diff archive` command for comparing pxar + archives from two arbitrary snapshots + + * make tasklog downloadable in the backup server backend + + * fix #4077: improve estimated full metric on ext4 file systems by + accounting for root-reserved space + + * ui: change reporting of the estimated-time-full to "Full" if no space + + * disk: smartctl: ignore bit 2 of exitcode + + -- Proxmox Support Team Thu, 24 Nov 2022 17:41:22 +0100 + rust-proxmox-backup (2.2.7-1) bullseye; urgency=medium * ui: fix default language display diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 8ef34a8b..de58369c 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.7" +version = "2.2.8" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"