From f40620282560c20f05d4311f192b9b4cc58c6604 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 23 Jul 2021 12:34:36 +0200 Subject: [PATCH] bump version to 1.1.13-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b0ec9de..c4e66b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.12" +version = "1.1.13" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 12426200..a180a04f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +rust-proxmox-backup (1.1.13-1) unstable; urgency=medium + + * auth: improve thread safety of 'crypt' C-library + + * file-restore: increase lock timeout on QEMU map + + * 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: 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. + + -- Proxmox Support Team Fri, 23 Jul 2021 12:34:29 +0200 + rust-proxmox-backup (1.1.12-1) unstable; urgency=medium * subscription: set higher-level error to message instead of bailing out, to