summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-15 14:22:17 +0000
committerB. Stack <bgstack15@gmail.com>2021-06-15 14:22:17 +0000
commit6ff9bc7c8bcfb38b69ec94c1c340614101ced36b (patch)
treee0dd0a7a65da0cb8a2100bbad6f430d14a332baa /freefilesync/debian/changelog
parentMerge branch 'palemoon-bump' into 'master' (diff)
parent11.11-1 rc1 (diff)
downloadstackrpms-6ff9bc7c8bcfb38b69ec94c1c340614101ced36b.tar.gz
stackrpms-6ff9bc7c8bcfb38b69ec94c1c340614101ced36b.tar.bz2
stackrpms-6ff9bc7c8bcfb38b69ec94c1c340614101ced36b.zip
Merge branch 'freefilesync-bump' into 'master'
11.11-1 rc1 See merge request bgstack15/stackrpms!243
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