summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-12 16:51:25 +0000
committerB. Stack <bgstack15@gmail.com>2021-06-12 16:51:25 +0000
commitd22ca0d17503de5733c909764cd54b586b52134f (patch)
treeb8076aea9d6e6408500ea8925ff233c2159a220b /Changelog.txt
parentMerge branch '11.10' into 'master' (diff)
parentadd upstream 11.11 (diff)
downloadFreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.tar.gz
FreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.tar.bz2
FreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.zip
Merge branch '11.11' into 'master'11.11
add upstream 11.11 See merge request opensource-tracking/FreeFileSync!34
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 6a5be5a8..9102f8a4 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,13 @@
+FreeFileSync 11.11 [2021-06-11]
+-------------------------------
+Fixed Shared Drive synchronization with Google Drive
+Directly open exported file list (.CSV) as temporary file
+Avoid EIO error for F_PREALLOCATE (macOS)
+Watch socket using "poll" instead of "select" (Linux, macOS)
+Fixed user-specific time/date format (Windows)
+Fixed system_profiler not found error (macOS)
+
+
FreeFileSync 11.10 [2021-05-09]
-------------------------------
Fixed comparison results cleared after mouse-scrolling the first folder pair
@@ -6,7 +16,7 @@ Disable all file pairs when base folder status cannot be determined
Fixed sync statistics if base folder existence test failed
Work around glitch in grid scrollbar size calculation
Fixed folder drag and drop failing after locale conflict (macOS)
-Fixed incorrect mime permissions after installation (Linux)
+Fixed incorrect MIME permissions after installation (Linux)
Stricter server response validation during update check
Fixed incomplete item path in log if source item is missing
Fixed installation error when running ConEmu
bgstack15