]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.8.11-1 v0.8.11
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Aug 2020 17:20:22 +0000 (19:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Aug 2020 17:20:22 +0000 (19:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 74707f24302907e0541f6378de3a8a9f35e5fb7f..153616053cf87294dd5341dff4c84894e11b0524 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.8.10"
+version = "0.8.11"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 8a045cd88357358bb998e346a0745b500c16c82d..a449b6fa872121b3a5b9afda0c14fee210153276 100644 (file)
@@ -1,3 +1,21 @@
+rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
+
+  * improve sync jobs, allow to stop them and better logging
+
+  * fix #2926: make network interfaces parser more flexible
+
+  * fix #2904: zpool status: parse also those vdevs without READ/αΊ€RITE/...
+    statistics
+
+  * api2/node/services: turn service api calls into workers
+
+  * docs: add sections describing ACL related commands and describing
+    benchmarking
+
+  * docs: general grammar, wording and typo improvements
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Aug 2020 19:20:03 +0200
+
 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
 
   * ui: acl: add improved permission selector