summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog34
1 files changed, 34 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 95f9be8..5caffbd 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,37 @@
+freefilesync (11.27-1+devuan) obs; urgency=low
+
+ * Upstream updates
+ * Fixed "Some files will be synchronized as part of multiple base
+ folders" false-negative
+ * Fixed "Unexpected size of data stream" for Google Drive
+ * Fixed crash when downloading empty file from Google Drive
+ * RealTimeSync: fixed ffs_batch not accepted as valid configuration
+ * Fixed top buttons vertical GUI layout
+ * Fixed progress dialog font on Ubuntu MATE
+ * Support cut/copy/paste for filter settings
+ * Fixed free disk space calculation if target folder not yet created
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 19 Oct 2022 10:56:17 -0400
+
+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)
+ * Dpkg updates
+ * Use wx3.2 now! This has been a huge pain point for a long time.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 11 Oct 2022 11:06:58 -0400
+
freefilesync (11.25-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15