bump version to 2.0.10-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
71549afa3f
commit
497a7b3f8e
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "proxmox-backup"
|
name = "proxmox-backup"
|
||||||
version = "2.0.9"
|
version = "2.0.10"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||||
|
|
|
@ -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
|
rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium
|
||||||
|
|
||||||
* tape backup: mention groups that were empty
|
* tape backup: mention groups that were empty
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pbs-buildcfg"
|
name = "pbs-buildcfg"
|
||||||
version = "2.0.9"
|
version = "2.0.10"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "macros used for pbs related paths such as configdir and rundir"
|
description = "macros used for pbs related paths such as configdir and rundir"
|
||||||
|
|
Loading…
Reference in New Issue