From edc876c58e619ee4306f252485a4e364e3bb7784 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Oct 2021 10:48:54 +0200 Subject: [PATCH] bump version to 2.0.12-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 9 +++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2e3fa1f..1a71966b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.11" +version = "2.0.12" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index e5525058..ff937664 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium + + * proxmox-backup-proxy: clean up old tasks when their reference was rotated + out of the task-log index + + * api daemons: fix sending log-reopen command + + -- Proxmox Support Team Tue, 19 Oct 2021 10:48:28 +0200 + rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium * drop aritifical limits for task-UPID length diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index ba5593dc..f4c80a6b 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.11" +version = "2.0.12" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"