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-09-19 14:03:01 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-09-19 14:03:01 +0300
commitea4cb50dd646465d4b5624c5916ad801fd801d71 (patch)
tree6d5b1d209da4485e6e3b5bdbdf3d2bffff8a009d
parent37527b51ba8e310e8e401191ed62d08e4a1d424e (diff)
Version bump to v2.0.2.7-2.0.2.7_canary_2017-09-19v2.0.2.7-2.0.2.7_canary_2017-09-19
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.2.7_canary_2017-09-19.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.7_canary_2017-09-19.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.7_canary_2017-09-19.zip.sig.asc MD5: 3489ff50ecc07b349125a2f6974964be SHA1: 5e47372dda2e754c692f4d7cb7833b7fec9241a3 SHA256: 986b10f33a3b767ebaf3c1235336309e1df3b7f2a19721415618b2dfa0c28c7c
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt14
2 files changed, 15 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 1e8b31496..7f8f011eb 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-6
+7
diff --git a/changelog.txt b/changelog.txt
index 45487d14b..9fd3fa454 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,17 @@
+2017-09-19 - 2.0.2.7_canary_2017-09-19
+==========
+* Fixed an issue with S3 IAM not working if the destination had subfolders
+* Fixed an issue where the backup would error out reporting an extra file that was just deleted
+* Fixed an issue with AmzCD not honoring the consistency delay in all cases
+* Added support for GUID based source folders on Windows, thanks @tygill
+* Fixed not being able to set "no delay" for startup settings, thanks @Pectojin
+* Added nice-level to Duplicati-server on Linux-based installs, thanks @z0rc
+* Re-introduced the machine name in the WebUI page title, thanks @Pectojin
+* Reduced size of PNG images, thanks @PeterDaveHello
+* Added default filters to exclude temp folders and similar, thanks @tygill
+* Fixed all string compares to use ordinal compare, thanks @tygill
+* Fixed a case where temporary files were not removed after verification
+
2017-09-16 - 2.0.2.6_canary_2017-09-16
==========
* Added an experiemental --use-block-cache flag to test performance potential