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>2017-10-20 16:31:55 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-10-20 16:31:55 +0300
commit28c6effac2dde22ee966f9b72b751d476ab3ccfd (patch)
treeabd43374bc35c73d98dc1635c28cd21010e0f936
parentd21ea66588202e020b1fe548006790d16ca19c56 (diff)
Version bump to v2.0.2.12-2.0.2.12_canary_2017-10-20v2.0.2.12-2.0.2.12_canary_2017-10-20
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.2.12_canary_2017-10-20.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.12_canary_2017-10-20.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.12_canary_2017-10-20.zip.sig.asc MD5: 39d08c6840a5334647c33770705b3c4a SHA1: 0a4ed652109d23d1c03baebc3169d5cb10f6eafd SHA256: 0ee644e2e65856ab59b2e1b39cf6a45c207132a84967a4d3ff70b243edff9b68
-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