From e8b32f2d87dc684d3c70be496a8e2318c4c979e2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 1 Jun 2021 08:27:18 +0200 Subject: [PATCH] bump version to 1.1.9-1 --- Cargo.toml | 2 +- debian/changelog | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ce778dd..553e300d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.8" +version = "1.1.9" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9d0e4af5..66978181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +rust-proxmox-backup (1.1.9-1) unstable; urgency=medium + + * lto/sg_tape/encryption: remove non lto-4 supported byte + + * ui: improve tape restore + + * ui: panel/UsageChart: change downloadServerUrl + + * ui: css fixes and cleanups + + * api2/tape: add api call to list media sets + + * ui: tape/BackupOverview: expand pools by default + + * api: node/journal: fix parameter extraction of /nodes/node/journal + + * file-restore-daemon: limit concurrent download calls + + * file-restore-daemon: watchdog: add inhibit for long downloads + + * file-restore-daemon: work around tokio DuplexStream bug + + * apt: fix removal of non-existant http-proxy config + + * file-restore-daemon: disk: add RawFs bucket type + + * file-restore-daemon: disk: ignore "invalid fs" error + + -- Proxmox Support Team Tue, 01 Jun 2021 08:24:01 +0200 + rust-proxmox-backup (1.1.8-1) stable; urgency=medium * api-proxy: implement 'reload-certificate' command and hot-reload proxy