]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.8.14-1 v0.8.14
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Sep 2020 07:36:56 +0000 (09:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Sep 2020 08:41:42 +0000 (10:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 2c8f1eda229a85dc9b493a6d2cfb193439760d48..435771bdab65998f21e5b92f36ae3e656929a1ca 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.8.13"
+version = "0.8.14"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index a78a7f266396d0e9b770c28fc7dc5f31c8826467..c71b1b351f570d58a8d8c09630ff1a8cb6e23a1c 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 02 Sep 2020 09:36:47 +0200
+
 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
 
   * improve and add to documentation