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-08-07 14:00:15 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-08-07 14:00:15 +0300
commit160bd8b8cd8bf5c24d5b0a4127466aba9ee049a5 (patch)
treef9e420a90323d28f101f8f58e0c7feb5cfa147e5
parent648d199427a37e10d4b86c23e132e9558c1b6f0e (diff)
Version bump to v2.0.5.109-2.0.5.109_canary_2020-08-07v2.0.5.109-2.0.5.109_canary_2020-08-07
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.109_canary_2020-08-07.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.109_canary_2020-08-07.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.109_canary_2020-08-07.zip.sig.asc MD5: aff69e0334f6154ae82e88cb119f8444 SHA1: ef260022aa5d4cea8adaabf52e59317b9057968c SHA256: ea647d637b71cfd80ff228c3a0016aa9977892b40a5ea1fc6caa0959d9480f3e
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 3b20426c0..e2a9fee00 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-108
+109
diff --git a/changelog.txt b/changelog.txt
index 9b712b233..95eed3fc4 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,14 @@
+2020-08-07 - 2.0.5.109_canary_2020-08-07
+==========
+* Fixed hiding compression errors, thanks @jpschewe
+* Fixed Tardigrade backend issues, thanks @TopperDEL
+* Fixed a case where the recovery tool would fail to recover files witth dashes in the name, thanks @dferreyra
+* Improved handling of "problematic" filenames on Windows and increased test coverage, thanks @dferreyra
+* Improved test coverage for invalid paths and removed unused code, thanks @warwickmm
+* Improved code to remove remote files to better support remote folders that are not exclusively used by Duplicati, thanks @warwickmm
+* Updated to use and require .Net 4.7.1, thanks @warwickmm
+* Updated USN support to work with the newer Windows features for moving instead of deleting files, thanks @dgehri
+
2020-07-09 - 2.0.5.108_canary_2020-07-09
==========
* Removed unsupported compiler directives, thanks @kenkendk