From 064497756e6212792d38ebddf6c1d4419638deec Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 Nov 2021 12:27:22 +0100 Subject: [PATCH] bump version to 2.1.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 23 +++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c0d3364..c3641241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.0" +version = "2.1.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 0c84a669..391bf495 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +rust-proxmox-backup (2.1.1-1) bullseye; urgency=medium + + * fix proxmox-backup-manager sync-job list + + * ui, api: sync-job: allow one to configure a rate limit + + * api: snapshot list: set default for 'protected' flag + + * ui: datastore content: rework rendering protection state + + * docs: update traffic control docs (use HumanBytes) + + * ui: traffic-control: include ipv6 in 'all' networks + + * ui: traffic-control edit: add spaces between networks for more + readabillity + + * tape: fix passing-through key-fingerprint + + * avoid a bogus error regarding logrotate-path due to a reversed check + + -- Proxmox Support Team Mon, 22 Nov 2021 12:24:31 +0100 + rust-proxmox-backup (2.1.0-1) bullseye; urgency=medium * rest server: make successful-ticket auth log a debug one to avoid diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 65061098..5dd90d55 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.0" +version = "2.1.1" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"