From 709c15abaa53353009f20fcf17191cf2b49bac7b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 Nov 2020 10:20:32 +0100 Subject: [PATCH] bump version to 1.0.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae5a8039..68d2ee31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.0" +version = "1.0.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 23c5af39..b4db4dc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (1.0.1-1) unstable; urgency=medium + + * ui: datastore summary: drop 'removed bytes' display + + * ui: datastore add: set default schedule + + * prune sim: make backup schedule a form, bind update button to its validity + + * daemon: add workaround for race in reloading and systemd 'ready' notification + + -- Proxmox Support Team Wed, 11 Nov 2020 10:18:12 +0100 + rust-proxmox-backup (1.0.0-1) unstable; urgency=medium * fix #3121: forbid removing used remotes