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-03-07 11:27:27 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-03-07 11:27:27 +0300
commitff7141532c48dfd6e3d8341ec7dafc78ea86f47a (patch)
tree51a98408c8c76f774c02d5c324b1500eef199b2b
parent7fee25efd580fe562e527174c3b43dcb7e4bf30c (diff)
Version bump to v2.0.5.113-2.0.5.113_canary_2021-03-07v2.0.5.113-2.0.5.113_canary_2021-03-07
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.113_canary_2021-03-07.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.113_canary_2021-03-07.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.113_canary_2021-03-07.zip.sig.asc MD5: 5fa7789ab5ee65e13d7f930718a26907 SHA1: 3c08913cb2e72df6c7ee0bb0710dbf22b99f4f02 SHA256: 94e970b850e0f43d23fa0cc195152b531d67f8d258682a366f6192a105ca7c27
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt31
2 files changed, 32 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 194b81caa..9b252fd09 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-112
+113
diff --git a/changelog.txt b/changelog.txt
index bbeabde66..e82393b5b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,34 @@
+2021-03-07 - 2.0.5.113_canary_2021-03-07
+==========
+## This build has two potentially breaking changes:
+
+### The Telegram backend is no longer included
+If you rely on this backend, do not upgrade.
+
+### The SSH backend has been updated
+This update increases the security by prefering stronger encryption algorithms.
+However, this _can_ cause failing backups as the host key is reported as "changed".
+If this happens, edit the backup and update the host key.
+
+
+## Detailed list of changes
+
+* Fixed case where the stop button in the UI would be hidden behind the progress bar, thanks @jfparis
+* Fixed tools to be Python3 compatible, thanks @jfparis
+* Removed the Telegram backend, due to poor user feedback, thanks @warwickmm
+* Reduced build sized by clearing unused Tardigrade library, thanks @warwickmm
+* Fixed issue where license files were not correctly included in build, thanks @warwickmm
+* Fixed cases where the `run-script` would get incorrect result values, thanks @warwickmm
+* Updated SSH.Net to 2020.0.1, thanks @warwickmm
+* Fixed an error when repairing a database, thanks @warwickmm
+* Changed options to use `-` instead of `_` for consistency, thanks @julianohubel
+* Fixed help output to hide deprecated options in some cases, thanks @kenkendk
+* Updated login page to redirect better when a proxy is in use, thanks @scambra
+* Fixed layout issues with scrollbars, thanks @warwickmm
+* Updated to using specific Mono versions when building images and testing, thanks @warwickmm
+* Improved unittesting, thanks @warwickmm
+* Exclude `$XDG_CACHE_HOME` as part of the normal filters, thanks @warwickmm
+
2021-01-20 - 2.0.5.112_canary_2021-01-20
==========
Hightlights for this update: