summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-11 13:41:17 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-11 13:41:17 -0400
commit257c0cad58cf6c810f1ad921688e587e87f7a92f (patch)
treeeb0fea03f0766bb88a3c240bf11938fe885a05ff /freefilesync/debian/changelog
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
downloadstackrpms-257c0cad58cf6c810f1ad921688e587e87f7a92f.tar.gz
stackrpms-257c0cad58cf6c810f1ad921688e587e87f7a92f.tar.bz2
stackrpms-257c0cad58cf6c810f1ad921688e587e87f7a92f.zip
ffs 11.26 dpkg rc1
still need to fix ffs distro patches for rpm. Also, I need to research if I can now use wx3.2 in the dpkg!
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