From 8aa4842fa8cd8d039c7998027924867ad70d3696 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 Feb 2021 12:39:46 +0100 Subject: [PATCH] bump version to 1.0.8-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 84c4b568..c81be58b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.7" +version = "1.0.8" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index deb61906..19c1bdbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-backup (1.0.8-1) unstable; urgency=medium + + * Https Connector: use hostname instead of URL again to avoid certificate + verification issues. + + * ui: task summary: add verification jobs to count + + * docs: explain some technical details about datastores/chunks + + -- Proxmox Support Team Thu, 04 Feb 2021 12:39:49 +0100 + rust-proxmox-backup (1.0.7-1) unstable; urgency=medium * fix #3197: skip fingerprint check when restoring key