summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-09 18:36:13 +0000
committerB. Stack <bgstack15@gmail.com>2023-01-09 18:36:13 +0000
commitac808383a41bbab7422d7c9998217d165f87a87a (patch)
tree4fc7bb9a0271cda7f616a0316dec3179c3d6b873 /freefilesync/debian/changelog
parentMerge branch 'python-freeipa-bump' into 'master' (diff)
parentffs:use -100+devuan release name (diff)
downloadstackrpms-ac808383a41bbab7422d7c9998217d165f87a87a.tar.gz
stackrpms-ac808383a41bbab7422d7c9998217d165f87a87a.tar.bz2
stackrpms-ac808383a41bbab7422d7c9998217d165f87a87a.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync bump See merge request bgstack15/stackrpms!334
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..935472a 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,26 @@
+freefilesync (11.29-100+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