From beaa683a52980e7a7eca06f08a188c16b542689a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 24 Jul 2020 11:24:56 +0200 Subject: [PATCH] bump version to 0.8.9-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 735f4ebe..258a9bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.8" +version = "0.8.9" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 93f2c578..bed478b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-backup (0.8.9-1) unstable; urgency=medium + + * improve termprocy (console) behavior on updating proxmox-backup-server and + other daemon restarts + + * client: improve upload log output and speed calculation + + * fix #2885: client upload: bail on duplicate backup targets + + -- Proxmox Support Team Fri, 24 Jul 2020 11:24:07 +0200 + rust-proxmox-backup (0.8.8-1) unstable; urgency=medium * pxar: .pxarexclude: match behavior from absolute paths to the one described