summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-17 08:06:14 -0400
committerB Stack <bgstack15@gmail.com>2019-09-17 08:06:14 -0400
commitca250bf14979d359a82d5baf11ae9587d5605594 (patch)
treefc3041d022fee1abfc6df2ffd903fd7662b0b0d9 /Changelog.txt
parentadd upstream 10.15 (diff)
downloadFreeFileSync-ca250bf14979d359a82d5baf11ae9587d5605594.tar.gz
FreeFileSync-ca250bf14979d359a82d5baf11ae9587d5605594.tar.bz2
FreeFileSync-ca250bf14979d359a82d5baf11ae9587d5605594.zip
add upstream 10.16
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 74415e95..9d1713f4 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,25 @@
+FreeFileSync 10.16 [2019-09-16]
+-------------------------------
+Redesigned progress indicator graphs
+Avoid needless HTTP delay prior to Google Drive upload
+Skip redundant CWDs during FTP metadata updates
+Fixed MLSD 501 syntax error on Serv-U FTP server
+Check FTP server status using home directory instead of root
+Avoid redundant TYPE changes during FTP directory listing
+Access FTP files by full path and avoid CWDs
+Support FTP home paths with non-ASCII chars
+Workaround libcurl bug failing to buffer FTP TLS authentication
+Skip redundant FTP SIZE check before downloading file
+Use ISO 8601 week of the year definition for %week% macro
+Show login prompt for disconnected NAS share
+Force icon resolution to 96 DPI in GTK2 build (Linux)
+Detect missing full disk access permission (macOS)
+Fixed accessibility issue due to graph color inconsistency
+Use short naming convention when deleting abandoned folder lock
+Detect endless folder lock recursion on buggy file systems
+Fixed Google Drive parsing error for invalid file time
+
+
FreeFileSync 10.15 [2019-08-15]
-------------------------------
Redesigned progress indicator stats
bgstack15