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:
-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