From 497a7b3f8e40bc28c7a81dce060b84c59517918b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 Sep 2021 11:36:42 +0200 Subject: [PATCH] bump version to 2.0.10-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 22 ++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56d40569..99c56f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.9" +version = "2.0.10" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 83abc9fe..1ca8cbd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 60b9e600..09bc2ec0 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.9" +version = "2.0.10" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"