diff --git a/Cargo.toml b/Cargo.toml index 2c8f1eda..435771bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.13" +version = "0.8.14" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index a78a7f26..c71b1b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (0.8.14-1) unstable; urgency=medium + + * verify speed up: use separate IO thread, use datastore-wide cache (instead + of per group) + + * ui: datastore content: improve encrypted column + + * ui: datastore content: show more granular verify state, especially for + backup group rows + + * verify: log progress in percent + + -- Proxmox Support Team Wed, 02 Sep 2020 09:36:47 +0200 + rust-proxmox-backup (0.8.13-1) unstable; urgency=medium * improve and add to documentation