]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.8.18-1
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Sep 2020 10:39:47 +0000 (12:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Sep 2020 10:39:47 +0000 (12:39 +0200)
Cargo.toml
debian/changelog

index 58233bc1bc00be2007661608605891bc5bdc0502..578670f02f51134ebd2007b31a17b73b341d71a0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.8.17"
+version = "0.8.18"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index b74a0ed16bf21bbbcd010fa60047c5c6cf5c9052..2449afee3854b5acb2f2c8531211a00c213c9460 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
+
+  * src/client/pull.rs: allow up to 20 concurrent download streams
+
+  * docs: add version and date to HTML index
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Sep 2020 12:39:26 +0200
+
 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
 
   * src/client/pull.rs: open temporary manifest with truncate(true)