]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.0.7-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:39:58 +0000 (08:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:44:41 +0000 (08:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 8e7cb59c765b33fe9793493938c84f5d6b19cdf0..f47a1a48cc07f01a928555394a133255f64d2659 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.6"
+version = "2.0.7"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index f61dbd59d09f8f9d6d79a3b28affb23302d75aa1..6c24940a9c0c80e6e540e6d6e9a998b8971cc5a3 100644 (file)
@@ -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 <support@proxmox.com>  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
index 6057cbe600026194a8e0e78a5e1f9b1ea88e6936..eef746c357073b23139ba4571ad11bb930fa3757 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.0.6"
+version = "2.0.7"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"