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:
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index f5c89552b..bb95160cb 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-32
+33
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