summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-15 08:13:44 -0400
committerB Stack <bgstack15@gmail.com>2019-07-15 08:13:44 -0400
commite195d3217826d61ab0d7ca7e2032271f5066a7df (patch)
tree222d90397f9ee1cf91de443fedc97fdaf5f33d14 /Changelog.txt
parentMerge branch '10.13' into 'master' (diff)
downloadFreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.gz
FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.bz2
FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.zip
add upstream 10.14
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index cb213cae..31c831b9 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,14 @@
+FreeFileSync 10.14 [2019-07-14]
+-------------------------------
+Warn if versioning folder paths differ only in case
+Fixed empty HTTP response during update check (macOS/Linux)
+Warn if Donation Edition is active on unexpected number of machines
+Use subdomain for application update checks
+Consider cache control for HTTP GET requests
+Access all web endpoints over TLS
+Fixed character encoding issue in update reminder (macOS/Linux)
+
+
FreeFileSync 10.13 [2019-06-13]
-------------------------------
Allow to rename configurations via context menu
bgstack15