From 866c859a1ecd8a1a950088018c83f926df50b76c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 24 Nov 2020 08:32:09 +0100 Subject: [PATCH] bump version to 1.0.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5f2acfe..d2ca3eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.1" +version = "1.0.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index b4db4dc0..e7dcc800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +rust-proxmox-backup (1.0.2-1) stable; urgency=medium + + * client: inform user when automatically using the default encryption key + + * ui: UserView: render name as 'Firstname Lastname' + + * proxmox-backup-manager: add versions command + + * pxar: fix anchored exclusion at archive root + + * pxar: include .pxarexclude files in the archive + + * client: expose all-file-systems option + + * api: make expensive parts of datastore status opt-in + + * api: include datastore ID in invalid owner errors + + * garbage collection: treat .bad files like regular chunks to ensure they + are removed if not referenced anymore + + * client: fix issues with encoded UPID strings + + * encryption: add fingerprint to key config + + * client: add 'key show' command + + * fix #3139: add key fingerprint to backup snapshot manifest and check it + when loading with a key + + -- Proxmox Support Team Tue, 24 Nov 2020 08:30:44 +0100 + rust-proxmox-backup (1.0.1-1) unstable; urgency=medium * ui: datastore summary: drop 'removed bytes' display -- 2.39.2