diff --git a/Cargo.toml b/Cargo.toml index 490c17a6..fa7e1ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.1" +version = "2.0.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 75886c81..29f9c079 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium + + * ui: use task list component from widget toolkit + + * api: add keep-job-configs flag to datastore remove endpoint + + * api: config: delete datastore: also remove tape backup jobs + + * ui: tape restore: mark datastore selector as 'not a form field' to fix + compatibility with ExtJS 7.0 + + * ui: datastore removal: only navigate away when the user actually confirmed + the removal of that datastore + + -- Proxmox Support Team Thu, 08 Jul 2021 14:44:12 +0200 + rust-proxmox-backup (2.0.1-2) bullseye; urgency=medium * file restore daemon: log basic startup steps