diff --git a/Cargo.toml b/Cargo.toml index 8e7cb59c..f47a1a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.6" +version = "2.0.7" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index f61dbd59..6c24940a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium + + * tape changer: better cope with models that are not following spec + proposals when returning the status page + + * tape changer: make DVCID information optional, not all devices return it + + * restore daemon: setup the 'backup' system user and group in the minimal + restore environment, as we like to ensure that all state files are ownend + by them. + + -- Proxmox Support Team Fri, 23 Jul 2021 08:43:51 +0200 + rust-proxmox-backup (2.0.6-1) bullseye; urgency=medium * increase maximum drives per changer to 255 diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 6057cbe6..eef746c3 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.6" +version = "2.0.7" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"