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>2019-11-01 15:58:51 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-11-01 15:58:51 +0300
commit583e9ac584bb89632dde0449ef8b8fc7aff3d211 (patch)
tree2330ac057c2b7ee846c0662465ade15018109a47 /changelog.txt
parent6a576da2ecf34dedefa271ce4e27fc5c0dcbd69b (diff)
Version bump to v2.0.4.33-2.0.4.33_canary_2019-11-01v2.0.4.33-2.0.4.33_canary_2019-11-01
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.33_canary_2019-11-01.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.33_canary_2019-11-01.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.33_canary_2019-11-01.zip.sig.asc MD5: 710eefef880064e95bf567a335f924f1 SHA1: 3c90b4e76a19a2d0ac6b119e1fab7d19481747ed SHA256: 4621a3f67333fa4e7fa5f87597734713e33cc8ce8258f09c790056afaf77e039
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 4c6f7e0f4..e11476ade 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,10 @@
+2019-11-01 - 2.0.4.33_canary_2019-11-01
+==========
+* Re-added support for buffering requests via the http module, thanks @tygill
+* Fixed an issue with invalid DateTimeOffset, thanks @warwickmm
+* Added new macOS launchers that play nice with Gatekeeper in macOS Catalina, thanks @kenkendk
+* Fixed an issue where `Exclude files whose names contains` would create invalid filters, thanks @kenkendk
+
2019-10-24 - 2.0.4.32_canary_2019-10-24
==========
* Code quality improvements, thanks @warwickmm