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>2019-01-29 10:51:18 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-01-29 10:51:18 +0300
commitae50880cdc144ea1fb175c1c7dbe2cd2aee823bb (patch)
tree0f1b208148b7d5945dfcf56ff2e0762a571ddc8b
parent7d2a2e5f340ddf91d99f7ed70251c74137d90433 (diff)
Version bump to v2.0.4.13-2.0.4.13_canary_2019-01-29v2.0.4.13-2.0.4.13_canary_2019-01-29
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.13_canary_2019-01-29.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.13_canary_2019-01-29.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.13_canary_2019-01-29.zip.sig.asc MD5: 02c542139dcb076f5d1e5b23d68cf762 SHA1: 7d7f1d8bef313e0b7249ff9658d8d1effbfea879 SHA256: 567473dcaace804753b26f82b31f382eab73faf5f7eb541dfd8f257317667567
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 48082f72f..b1bd38b62 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-12
+13
diff --git a/changelog.txt b/changelog.txt
index b398fb0af..152b2f062 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+2019-01-29 - 2.0.4.13_canary_2019-01-29
+==========
+* Added tests and improved code quality, thanks @warwickmm
+* Changed the internal storage of paths to use a prefix method. This should reduce the size of the database significantly and enable much faster database queries later on
+* Increased timeouts for reading the output from the commandline process to allow long running background jobs
+
2019-01-16 - 2.0.4.12_canary_2019-01-16
==========
* Many source code quality improvements, thanks @warwickmm