summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
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