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-11-22 20:01:16 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-11-22 20:01:16 +0300
commit6f5709e0d35a9e5bcc6379c265ae50627fba5b82 (patch)
treec14397fc22e6ac1ac126d70e69b0358f049153b4
parentb42ab42e57ac8683422fcfd8f0c96a548caa0a19 (diff)
Version bump to v2.0.2.13-2.0.2.13_canary_2017-11-22v2.0.2.13-2.0.2.13_canary_2017-11-22
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.2.13_canary_2017-11-22.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.13_canary_2017-11-22.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.2.13_canary_2017-11-22.zip.sig.asc MD5: 9b957fac42d0811d82a1f2443a7bbc02 SHA1: 8686c21ab30706f8d9e95e197a2bf4b38ba2d8cb SHA256: 746340cdfe2261317f1dca7a4a47194486e5efaf5958b9879790a4abb044120d
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt21
2 files changed, 22 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 48082f72f..b1bd38b62 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-12
+13
diff --git a/changelog.txt b/changelog.txt
index 0a1d18a38..cd7bbde4b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,24 @@
+2017-11-22 - 2.0.2.13_canary_2017-11-22
+==========
+* Fixed an issue with AutoUpdater semi-ignoring webroot
+* Fixed an issue where source folders would be omitted from the backup if a file with the same leading name was also added
+* Switched to default "keep forever", thanks @ItEndsWithTens
+* Fixed a startup crash caused by invalid throttle values
+* Added a number of new languages, thanks to all translators!
+* Timestamps in the log are now reported in local time and include a UTC timestamp for easy script parsing
+* Added Windows registry exclusion list to the default exclude filters
+* Added .dv files to compression exclusion list, thanks @jesjimher
+* Fixed some spelling in the UI, thanks @davegold24 and @JonMikeIV
+* Fixed logic of the `affected` command to not return empty results if the local database was not found
+* Fixed a case where the "Resume" button did not appear clickable, thanks @JonMikeIV
+* Improved query time for browsing folders during restore, thanks @RobSauro
+* Commands are now sorted alphabetically, thanks @JonMikeIV
+* Improved an error message when the SSH key failed to parse
+* Removed tilde expansion to fix multiple issues caused by unexpected expansio, thanks @warwickmm
+* Fixed .rbf files to only be excluded if they are part of the `config.msi` folder
+* Improved the commandline export to show commandlines that are correctly escaped for the shell
+* Fixed a case where the AutoUpdater would fail to send the correct commandline to the updated process
+
2017-10-20 - 2.0.2.12_canary_2017-10-20
==========
* Fixed not reporting "Finished" until the backup is actually finished, thanks @warwickmm