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 b4de39476..48082f72f 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-11
+12
diff --git a/changelog.txt b/changelog.txt
index bc1ddff50..0a1d18a38 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,10 @@
+2017-10-20 - 2.0.2.12_canary_2017-10-20
+==========
+* Fixed not reporting "Finished" until the backup is actually finished, thanks @warwickmm
+* Fixed stack overflow in FTP backend, thanks @tygill
+* Fixed a number of incorrect exception messages, thanks @warwickmm
+* Removed assembly signing for now, thanks @warwickmm
+
2017-10-20 - 2.0.2.11_canary_2017-10-20
==========
* Changed the way the auto-updater works. It now spawns a new version of the executable instead of attempting to run it in an AppDomain