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-03-25 09:26:31 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-03-25 09:26:31 +0300
commit8bb7b27c1f3c3ac0947c279692b2aa08a2be22be (patch)
tree0c5c35d4daa07d8383507b8ca319a2c8a486fa77
parente45b8c4b2e465712144959f0d80eae4b03b75e8b (diff)
Version bump to v2.0.5.104-2.0.5.104_canary_2020-03-25v2.0.5.104-2.0.5.104_canary_2020-03-25
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.104_canary_2020-03-25.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.104_canary_2020-03-25.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.104_canary_2020-03-25.zip.sig.asc MD5: 24c76ba5f12c6d05927de299eef0df44 SHA1: fd996830dc1bc0ffe6a38728630936291a8a3f94 SHA256: b6a528c97c0d058b33da24a719b260be5ecf7ae99753c38a03f15f7b3059ed61
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt15
2 files changed, 16 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index a9c8fe829..b16e5f75e 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-103
+104
diff --git a/changelog.txt b/changelog.txt
index a2ba1cb4e..0f668b4ce 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,18 @@
+2020-03-25 - 2.0.5.104_canary_2020-03-25
+==========
+* Improved log messags when using retetion rules, thanks @warwickmm
+* Added logging for USN soft-failures, thannks @drwtsn32x
+* Improved regexp magic for parsing Windows, thanks @drwtsn32x
+* Fixed storing `dlist` file after interrupted backup, thanks @seantempleton
+* Improved logic around throttle values, thanks @seantempleton
+* Fixed issues with Windows metadata and inheritance, thanks @drwtsn32x
+* Major code cleanup, removing unused members and other, thanks @warwickmm
+* Corrected retry attempts log message, thanks @warwickmm
+* Fixed device-type reports on Mono, thanks @warwickmm
+* Improved error messages during HTTP timeouts in some cases, thanks @warwickmm
+* Reworked the MS-Graph backend to use an alternate HTTP implementation, thanks @tygill
+* Fixed some cases where an interrupted backup could cause database corruption, thanks @seantempleton
+
2020-02-18 - 2.0.5.103_canary_2020-02-18
==========