summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2017-04-20 17:05:29 -0600
committerDaniel Wilhelm <shieldwed@outlook.com>2017-04-20 17:05:29 -0600
commit94eeff901cb5f3d435840a662b4438c631127183 (patch)
tree7a4e7ed4627fb2ddfa3ef5176b7b35981b52c51f /Changelog.txt
parentnormalize most lineendings (diff)
downloadFreeFileSync-94eeff901cb5f3d435840a662b4438c631127183.tar.gz
FreeFileSync-94eeff901cb5f3d435840a662b4438c631127183.tar.bz2
FreeFileSync-94eeff901cb5f3d435840a662b4438c631127183.zip
9.0
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 09812fb8..5791d720 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,17 @@
+FreeFileSync 9.0
+----------------
+Support synchronization via FTP (File Transfer Protocol) and FTPS (SSL/TLS)
+Notify failure to set modification time as a warning instead of an error
+Allow intermediate non-folder components when checking path status
+Prevent file drop events from propagating to parent windows
+Create Downloads folder if not yet existing when running auto-updater
+Get all MTP input stream attributes as a single device access
+Improved SFTP input stream copying time by 20%
+Buffer (S)FTP sessions based on all login information
+Finalize all installation steps before showing finished page
+Updated translation files
+
+
FreeFileSync 8.10 [2017-03-12]
------------------------------
Fully preserve case-sensitive file paths (Windows, macOS)
bgstack15