diff --git a/Cargo.toml b/Cargo.toml index b49d9243..37a46fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.2.0" +version = "0.2.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index d86f376b..591a33d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (0.2.1-1) unstable; urgency=medium + + * ui: move server RRD statistics to 'Server Status' panel + + * ui/api: add more server statistics + + * ui/api: add per-datastore usage and performance statistics over time + + * ui: add initial remote config management panel + + * remotes: save passwords as base64 + + * gather zpool io stats + + * various fixes/improvements + + -- Proxmox Support Team Thu, 28 May 2020 17:39:33 +0200 + rust-proxmox-backup (0.2.0-1) unstable; urgency=medium * see git changelog (too many changes)