]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.8.20-1
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Sep 2020 11:17:06 +0000 (13:17 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Sep 2020 11:17:06 +0000 (13:17 +0200)
Cargo.toml
debian/changelog

index c7fd13e3c547751b39c0c9ba2e9426562a0c1e4d..6299111a83a5939623b4b04fd72875d2760aa6ab 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.8.19"
+version = "0.8.20"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index d1477e104de4bc68422a2c8912240f635d0f209f..7fc15ad8afea4712f13aae14dd93bf62a4b2ea46 100644 (file)
@@ -1,3 +1,13 @@
+rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
+
+  * improve sync speed
+
+  * benchmark: use compressable data to get more realistic result
+
+  * docs: add onlineHelp to some panels
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Sep 2020 13:15:45 +0200
+
 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
 
   * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read