]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.0.10-1 v2.0.10
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Sep 2021 09:36:42 +0000 (11:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Sep 2021 09:36:42 +0000 (11:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 56d405696f47f713c55f1eda1816e81d195cbe16..99c56f04ba02d843576aa3ce130843c1778d36a6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.9"
+version = "2.0.10"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 83abc9feb037d987b76c03bd2fed9c18ec829e0e..1ca8cbd5445cf35eaadb7ce4f85dd5708233512f 100644 (file)
@@ -1,3 +1,25 @@
+rust-proxmox-backup (2.0.10-1) UNRELEASED; urgency=medium
+
+  * ui: fix order of prune keep reasons
+
+  * server: add proxmox-backup-debug binary with chunk/file inspection, an API
+    shell with completion support
+
+  * restructured code base to reduce linkage and libraray ABI version
+    constraints for all non-server binaries (client, pxar, file-restore)
+
+  * zsh: fix passign parameters in auto-completion scripts
+
+  * tape: also add 'force-media-set' to availablea CLI options
+
+  * api: nodes: add missing node list (index) api endpoint
+
+  * docs: proxmox-backup-debug: add info about the  new 'api' subcommand
+
+  * docs/technical-overview: add troubleshooting section
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Sep 2021 14:00:48 +0200
+
 rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium
 
   * tape backup: mention groups that were empty
index 60b9e60060bd0d05e96da62de17757fe0a19e89a..09bc2ec0945159320fed65801dbf9de48cc7401b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.0.9"
+version = "2.0.10"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"