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>2021-01-20 23:58:28 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-01-20 23:58:28 +0300
commit67aaab15e3a8638806a50cf23b5a085c826a338a (patch)
treef2e0d12daa5c75d0704d7953141dd1a57b93ac60
parent943eff75023ae3c1eaad73e18075431d3192ab1b (diff)
Version bump to v2.0.5.112-2.0.5.112_canary_2021-01-20v2.0.5.112-2.0.5.112_canary_2021-01-20
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip.sig.asc MD5: 96c6a05c1e702b0b866b42b34e45b9bf SHA1: 29c0e23b944f4d09c0e7e3a2040db8faf1dbb224 SHA256: 61f84d13ec0f20023922f01a5d61ad77c4a724d88763b8e393fb81ac8ceb6607
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt29
2 files changed, 30 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 58c9bdf9d..194b81caa 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-111
+112
diff --git a/changelog.txt b/changelog.txt
index 21b797425..bbeabde66 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,32 @@
+2021-01-20 - 2.0.5.112_canary_2021-01-20
+==========
+Hightlights for this update:
+* Stability improvements
+* Error/help message improvemens
+* New Telegram backend
+
+Detailed list:
+* Improved testing, thanks @warwickmm
+* Disabled legacy path handling, thanks @dferreyra
+* Bugfix for rclone backend (wrong paths), thanks @warwickmm
+* Bugfix for Sia backend, thanks @warwickmm
+* Fixed check for admin privileges on Synology, thanks @warwickmm
+* Defer uploading fileset to guard against missing blocks error, thanks @seantempleton
+* Fixed setting background-io-priority, thanks @achims311
+* Added Telegram backend, thanks @martikyan
+* Improved error logging on restore, thanks @barfoo4711
+* Improved commandline documentation, thanks @apreiml
+* Bugfix for run-script-before ignoring remoteurl, thanks @warwickmm
+* Better error messages, thanks @warwickmm
+* Code quality improvements, thanks @warwickmm
+* Fixed error that occured when using the dry-run option of purge-broken-files, thanks @warwickmm
+* Fixed logging errors when reading symlink targers, thanks @warwickmm
+* Fixed error in OpenStack configuration UI, thanks @warwickmm
+* Better error messages if webrequests return null, thanks @Gurthurb
+* Fixed password manager autofill, thanks @drwtsn32x
+* Updated CI GUI tests to work again and use Python3, thanks @warwickmm
+* Fixed an issue that caused restore errors when running in Docker, thanks @warwickmm
+
2020-09-26 - 2.0.5.111_canary_2020-09-26
==========
* Support for Windows paths starting with "\\?\", thanks @dferreyra