From 52991f239fda5a23f3fd37bc00dfc02e64010d2a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 19 Aug 2020 19:20:22 +0200 Subject: [PATCH] bump version to 0.8.11-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74707f24..15361605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.10" +version = "0.8.11" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 8a045cd8..a449b6fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (0.8.11-1) unstable; urgency=medium + + * improve sync jobs, allow to stop them and better logging + + * fix #2926: make network interfaces parser more flexible + + * fix #2904: zpool status: parse also those vdevs without READ/αΊ€RITE/... + statistics + + * api2/node/services: turn service api calls into workers + + * docs: add sections describing ACL related commands and describing + benchmarking + + * docs: general grammar, wording and typo improvements + + -- Proxmox Support Team Wed, 19 Aug 2020 19:20:03 +0200 + rust-proxmox-backup (0.8.10-1) unstable; urgency=medium * ui: acl: add improved permission selector