From bd00ff10e46f865d000f3162124009c7d8d13b6b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 23 Nov 2021 13:56:36 +0100 Subject: [PATCH] bump version to 2.1.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3641241..eed8f8f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.1" +version = "2.1.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index c235ed08..bf5c01a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium + + * docs: backup-client: fix wrong reference + + * docs: remotes: note that protected flags will not be synced + + * sync job: correctly apply rate limit + + -- Proxmox Support Team Tue, 23 Nov 2021 13:56:15 +0100 + rust-proxmox-backup (2.1.1-2) bullseye; urgency=medium * docs: update and add traffic control related screenshots diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 5dd90d55..041cd02f 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.1" +version = "2.1.2" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"