summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-12 12:45:21 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-12 12:45:21 -0400
commit4fb5cbda9de2468c9f70f5a4b8a46d9044c39bcf (patch)
treee0dd0a7a65da0cb8a2100bbad6f430d14a332baa /freefilesync/debian/changelog
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-4fb5cbda9de2468c9f70f5a4b8a46d9044c39bcf.tar.gz
stackrpms-4fb5cbda9de2468c9f70f5a4b8a46d9044c39bcf.tar.bz2
stackrpms-4fb5cbda9de2468c9f70f5a4b8a46d9044c39bcf.zip
11.11-1 rc1
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