]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.2.1-1 v0.2.1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 May 2020 15:39:41 +0000 (17:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 May 2020 15:39:41 +0000 (17:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index b49d92432871f1e9fa267fa9f2136a4444bc5131..37a46fbae51c064bcb4cb5d2b1d84179f28ca8c9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index d86f376b5da54e08e46cc3c2894647826b310699..591a33d9866e8572230a94edba9a91466374a3b9 100644 (file)
@@ -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 <support@proxmox.com>  Thu, 28 May 2020 17:39:33 +0200
+
 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
 
   * see git changelog (too many changes)