summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-12 08:05:57 -0400
committerB Stack <bgstack15@gmail.com>2019-04-12 08:05:57 -0400
commit3a66f25c648c798d472f0de3b40c36a64fe75252 (patch)
tree603b0cb89ed5e4bb43725079c38c26a84c9f1425 /Changelog.txt
parentMerge branch '10.10' into 'master' (diff)
downloadFreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.tar.gz
FreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.tar.bz2
FreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.zip
10.11
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 58d91e3b..f4a1c172 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,14 @@
+FreeFileSync 10.11
+------------------
+Last FreeFileSync version supporting Windows XP and Vista
+Fixed crash on multi-monitor set up
+Fixed dialogs not showing after opening UAC prompt
+Support launching through symlink (Linux)
+Added example desktop starter files (Linux)
+Fixed misleading error when determining file permissions support
+Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
+
+
FreeFileSync 10.10 [2019-03-10]
-------------------------------
New option: synchronize selection
bgstack15