From 1825c1a9b7dd4df86ba16c3cda14a4d83c4728dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 Mar 2021 15:56:59 +0100 Subject: [PATCH] bump version to 1.0.9-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc821691..74e2154c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.8" +version = "1.0.9" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 19c1bdbf..8b2bfce8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +rust-proxmox-backup (1.0.9-1) unstable; urgency=medium + + * client: track key source, print when used + + * fix #3026: pxar: metadata: apply flags _after_ updating mtime + + * docs: add acl.cfg, datastore.cfg, remote.cfg, sync.cfg, user.cfg and + verification.cfg manual page pages + + * docs: add API viewer + + * proxmox-backup-manger: add verify-job command group with various sub + commands + + * add experimental opt-in tape backup support + + * lto-barcode: fix page offset calibration + + * lto-barcode: fix avery 3420 paper format properties + + * asyncify pxar create archive + + * client: raise HTTP_TIMEOUT for simple requests to 120s + + * docs: depend on mathjax library package from debian instead of CDN + + * fix #3321: docs: client: fix interactive restore command explanation + + * ui: use shorter datetime format for encryption key creation time + + * docs: TFA: improve language + + * config/TFA: webauthn: disallow registering the same token more than once, + that can lead to buggy behavior in some token/browser combinations. + + -- Proxmox Support Team Mon, 08 Mar 2021 15:54:47 +0100 + rust-proxmox-backup (1.0.8-1) unstable; urgency=medium * Https Connector: use hostname instead of URL again to avoid certificate