summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-12-16 22:52:59 -0500
committerB. Stack <bgstack15@gmail.com>2022-12-16 22:53:40 -0500
commit06ef93c94a30a534fedca041e56bce3fb1cd7929 (patch)
treea09a89c3a8601cbab5ab0ac4f9dde740722d417a /freefilesync/debian/changelog
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-06ef93c94a30a534fedca041e56bce3fb1cd7929.tar.gz
stackrpms-06ef93c94a30a534fedca041e56bce3fb1cd7929.tar.bz2
stackrpms-06ef93c94a30a534fedca041e56bce3fb1cd7929.zip
ffs 11.29 rc1
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 1a1b9de..76175a7 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,26 @@
+freefilesync (11.29-1+devuan) obs; urgency=low
+
+ * Upstream updates
+ * Fixed crash after 1-byte file copy from MTP device
+ * Fixed incorrect installer z-order during auto-update (macOS)
+ * Compress copied file only if target folder is marked as
+ NTFS-compressed (Windows)
+ * Show install errors without requiring access to "System Events"
+ (macOS)
+ * Fall back to creation time if modification time is missing on MTP
+ device
+ * Copy/paste filter config via operating system clipboard
+ * Show FreeFileSync startup error message when called from RealTimeSync
+ * Avoid server round trip when preparing summary email
+ * Show path conflict warning aggregated into groups
+ * Don't assume path conflict if single write and multiple ignored items
+ * Fixed CTRL + Insert clipboard copy for some text controls (Windows,
+ Linux)
+ * Dpkg updates
+ * Add ffs_tooltips_no_taskbar patch
+
+ -- B. Stack <bgstack15@gmail.com> Fri, 16 Dec 2022 21:12:02 -0500
+
freefilesync (11.28-1+devuan) obs; urgency=low
* Upstream updates
bgstack15