summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-10 12:28:18 +0000
committerB Stack <bgstack15@gmail.com>2020-12-10 12:28:18 +0000
commit95d1c5485ea21247f0311ea646e17965170766e8 (patch)
treea5ad6d0ca55c3915d2ae29e65c6b1cffbf9d57fd /freefilesync/debian/changelog
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentffs rpm 11.4 (diff)
downloadstackrpms-95d1c5485ea21247f0311ea646e17965170766e8.tar.gz
stackrpms-95d1c5485ea21247f0311ea646e17965170766e8.tar.bz2
stackrpms-95d1c5485ea21247f0311ea646e17965170766e8.zip
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 11.4 See merge request bgstack15/stackrpms!206
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index dfbe0e2..32166cd 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,21 @@
+freefilesync (11.4-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - New progress graph "this one sparks joy"
+ - Remember progress dialog size
+ - New config file context menu option: Show in file manager
+ - Work around libcurl performance bug during FTP upload
+ - Only log modification time errors after comparing by size or content
+ - Smaller icon size for efficient screen layout (Linux)
+ - Use system-native recycle bin icon
+ - Fixed DeviceIoControl(IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS): ERROR_MORE_DATA
+ - Support MTP devices lacking a friendly name
+ - Fix grid scrolling with small mouse rotations (macOS)
+ - Faster mouse scrolling on high-DPI resolution displays
+ - Keep previous windows size when maximized during auto-exit
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 08 Dec 2020 20:32:55 -0500
+
freefilesync (11.3-2+devuan) obs; urgency=medium
* [bgstack15] completely fix traditional view patch
bgstack15