From 9e7132c0b3ed987de340fae052e71f594d2b4838 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 12 Nov 2021 08:05:18 +0100 Subject: [PATCH] bump version to 2.0.14-1 --- Cargo.toml | 2 +- debian/changelog | 31 ++++++++++++++++++++++++++++++- pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 157a57e7..8cebbd29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.13" +version = "2.0.14" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 5ee9d30d..9fe55ebe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,33 @@ -rust-proxmox-backup (2.0.13-1) unstable; urgency=medium +rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium + + * fix directory permission problems + + * add traffic control configuration config with API + + * proxmox-backup-proxy: implement traffic control + + * proxmox-backup-client: add rate/burst parameter to backup/restore CLI + + * openid_login: vertify that firstname, lastname and email fits our + schema definitions + + * docs: add info about protection flag to client docs + + * fix #3602: ui: datastore/Content: add action to set protection status + + * ui: add protected icon to snapshot (if they are protected) + + * ui: PruneInputPanel: add keepReason 'protected' for protected backups + + * proxmox-backup-client: add 'protected' commands + + * acme: interpret no TOS as accepted + + * acme: new_account: prevent replacing existing accounts + + -- Proxmox Support Team Fri, 12 Nov 2021 08:04:55 +0100 + +rust-proxmox-backup (2.0.13-1) bullseye; urgency=medium * tape: simplify export_media_set for pool writer diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 73dd3b0a..7445e81c 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.13" +version = "2.0.14" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"