From 20497c6346736cc5bd91d122a162988b64916ef5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 5 Oct 2021 16:34:35 +0200 Subject: [PATCH] bump version to 2.0.11-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 76bde80d..4c5d2947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.10" +version = "2.0.11" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 06dd7aa2..e5525058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium + + * drop aritifical limits for task-UPID length + + * tools: smart: only throw error for the fatal usage errors of smartctl + + * api: improve returning errors for extjs formatter + + * proxmox-rest-server: improve logging + + * subscription: switch verification domain over to shop.proxmox.com + + * rest-server/daemon: use new sd_notify_barrier helper for handling + synchronization with systemd on service reloading + + * ui: datastore/Content: add empty text for no snapshots + + * ui: datastore/Content: move first store-load into activate listener to + ensure we've a proper loading mask for better UX + + -- Proxmox Support Team Tue, 05 Oct 2021 16:34:14 +0200 + rust-proxmox-backup (2.0.10-1) bullseye; urgency=medium * ui: fix order of prune keep reasons diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 09bc2ec0..ba5593dc 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.10" +version = "2.0.11" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"