summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 95f9be8..1cc6d48 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,20 @@
+freefilesync (11.26-1+devuan) obs; urgency=low
+
+ * Upstream updates
+ * Faster file copy for SSD-based hard drives (Linux, macOS)
+ * Don't fill the OS file cache during file copy (macOS)
+ * Removed redundant memory buffering during file copy
+ * Fixed ERROR_FILE_EXISTS on Samba share when copying files with NTFS
+ extended attributes
+ * Show warning when recycle bin is not available (macOS, Linux)
+ * Customize config item background colors
+ * Fixed macOS menu bar not showing after app start
+ * Fixed normalizing strings with broken UTF encoding
+ * Fixed sound playback not working (Linux)
+ * Don't allow creating file names ending with dot character (Windows)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 11 Oct 2022 11:06:58 -0400
+
freefilesync (11.25-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15