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>2020-01-23 16:09:07 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-01-23 16:09:07 +0300
commit50f979235e1cd12c3f6c5402792c6107d09620ee (patch)
treeba31a03390829d6662389a3cc057e78ce5f96e92
parenta64671a0c65673e49d413c07a03feda945eea94b (diff)
Version bump to v2.0.5.101-2.0.5.101_canary_2020-01-23v2.0.5.101-2.0.5.101_canary_2020-01-23
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.101_canary_2020-01-23.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.101_canary_2020-01-23.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.101_canary_2020-01-23.zip.sig.asc MD5: bef58029bfd633cae6a3f8b7f08ad640 SHA1: 8f4eda17aeb1f59523e9b61f3a306dc6324354a8 SHA256: 76ccb40820a6e96a9899e1f515810c9d8c4508ad4fc0509426efd39199744ead
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt8
2 files changed, 9 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 29d6383b5..398050c62 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-100
+101
diff --git a/changelog.txt b/changelog.txt
index d15518a23..b0fb59034 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,11 @@
+2020-01-23 - 2.0.5.101_canary_2020-01-23
+==========
+* Improved tests, thanks @drwtsn32x
+* Fixed a case where repair fails due to missing `dindex` files, thanks @warwickmm
+* Fixed an issue where compacted files would miss a blocklist, thanks @seantempleton
+* Now producing Docker multi-arch images, thanks @dnrce
+* Improved code quality and testing, thanks @warwickmm
+
2020-01-18 - 2.0.5.100_canary_2020-01-18
==========
* Fixed issue with restoring permissions with inheritance, thanks @drwtsn32x