From 9ef88578aff278c0c67c82ad1669ae4914420f84 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 12 Jul 2021 18:51:41 +0200 Subject: [PATCH] bump version to 2.0.4-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78923474..2804632c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.3" +version = "2.0.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 4f21d35d..5d4fca0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-backup (2.0.4-1) bullseye; urgency=medium + + * change tape drive lock path to avoid issues with sticky bit on tmpfs + mountpoint + + * tape: changer: query transport-element types separately + + * auth: improve thread safety of 'crypt' C-library + + -- Proxmox Support Team Mon, 12 Jul 2021 18:51:21 +0200 + rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium * api: apt: add repositories info and update calls