summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 47308de..a64536c 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,15 @@
+freefilesync (11.11-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - 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)
+
+ -- B. Stack <bgstack15@gmail.com> Sat, 12 Jun 2021 11:54:19 -0400
+
freefilesync (11.10-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15