From 76486eb3d148045d7ef6d2dc0c9d5d5b978aeda1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Jul 2021 10:22:33 +0200 Subject: [PATCH] bump version to 2.0.6-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 13 +++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 07ee5797..8e7cb59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.5" +version = "2.0.6" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index c547333e..f61dbd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (2.0.6-1) bullseye; urgency=medium + + * increase maximum drives per changer to 255 + + * allow one to pass a secret not only directly through the environment value, + but also indirectly through a file path, an open file descriptor or a + command that can write the secret to standard out. + + * pull in new proxmox library version to improve the file system + comaptibility on creation of atomic files, e.g., lock files. + + -- Proxmox Support Team Thu, 22 Jul 2021 10:22:19 +0200 + rust-proxmox-backup (2.0.5-2) bullseye; urgency=medium * ui: tape: backup overview: increase timeout for media-set content diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 4da2f967..6057cbe6 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.5" +version = "2.0.6" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"