From 34bd1109b0822041023dbf2b3848757e2b740c75 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 3 Jul 2021 21:39:25 +0200 Subject: [PATCH] bump version to 2.0.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10d0cf55..104769d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.0" +version = "2.0.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ec08709c..13bb55f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +rust-proxmox-backup (2.0.1-1) bullseye; urgency=medium + + * file restore daemon: log basic startup steps + + * REST-API: set error message extension for bad-request response log to + ensure the actual error is logged in any (access) log, making debugging + such issues easier + + * restore daemon: create /run/proxmox-backup on startup as there's now some + runtime state saved there, which failed all API requests to the restore + daemon otherwise + + * restore daemon: use millisecond log resolution + + * fix #3496: acme: plugin: actually sleep after setting the TXT record, + ensuring DNS propagation of that record. This makes it catch up with the + docs/web-interface, where the option was already available. + + * docs: initial update to repositories for bullseye + + -- Proxmox Support Team Sat, 03 Jul 2021 21:41:34 +0200 + rust-proxmox-backup (2.0.0-2) bullseye; urgency=medium * file-restore-daemon/disk: add LVM (thin) support