Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2018-04-23 11:41:44 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-04-23 11:41:44 +0300
commit6e088a12a3bc327185a9da777287b1618a82170b (patch)
treef744a71be50235e2160a66ac0b5191aaae63b7df
parent914b17055ce244e2b336843c6afc6ffc8963d9c5 (diff)
Version bump to v2.0.3.6-2.0.3.6_canary_2018-04-23v2.0.3.6-2.0.3.6_canary_2018-04-23
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.3.6_canary_2018-04-23.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.6_canary_2018-04-23.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.6_canary_2018-04-23.zip.sig.asc MD5: 6281aa5b0baf97f642dd1d950e6b7f8f SHA1: a947392bfdc77fdde1e8fd2380c04418969e8aea SHA256: 65cdd70e75e126d5cd431160636b79ac059708f2f73f6ca682f3a869b7c02fb5
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt13
2 files changed, 14 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 7ed6ff82d..1e8b31496 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-5
+6
diff --git a/changelog.txt b/changelog.txt
index 80b16d30f..49ec9476c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,16 @@
+2018-04-23 - 2.0.3.6_canary_2018-04-23
+==========
+This update adds concurrent processing for the backup. With this update, the backup will now use multiple cores to perform checking and compressing.
+Use the advanced option `--concurrency-max-threads` to toggle how many threads to use.
+The options `--concurrency-block-hashers` and `--concurrency-compressors` can be used to adjust the number of hashers and compressors to use.
+
+Beware that this update contains a lot of new code, and should only be used in test environments.
+
+Other fixes in this build:
+* Fixes for filter groups, thanks @tygill
+* Fixed a backup import issue with empty metadata
+* Added upper bound to password checker, thanks @pectojin
+
2018-04-13 - 2.0.3.5_canary_2018-04-13
==========
* Improved progress bar messsages and layout, thanks @SanduRajapakse