summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-27 18:29:36 +0000
committerB. Stack <bgstack15@gmail.com>2022-09-27 18:29:36 +0000
commit6d01299d2baf46a64625b98dbe20b8a10a12ad5e (patch)
tree070f71d7f48412124bc29aac6b3c8d6a9883d48d /freefilesync/debian/changelog
parentMerge branch 'scite-bump' into 'master' (diff)
parentdefuzz desktop notifications patch (diff)
downloadstackrpms-6d01299d2baf46a64625b98dbe20b8a10a12ad5e.tar.gz
stackrpms-6d01299d2baf46a64625b98dbe20b8a10a12ad5e.tar.bz2
stackrpms-6d01299d2baf46a64625b98dbe20b8a10a12ad5e.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync bump See merge request bgstack15/stackrpms!320
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog29
1 files changed, 29 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index f214da9..95f9be8 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,32 @@
+freefilesync (11.25-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ * Fixed crash when normalizing Unicode non-characters
+ * Fixed crash when accesssing Google Drive
+ * Fixed regession for decomposed Unicode comparison
+ * Fixed "exit code 106: --sign is required" error on macOS
+ * Reset icon cache after each comparison
+ * Dpkg updates
+ * Upstream uses a few minor improvements from our patches!
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 07 Sep 2022 17:00:02 -0400
+
+freefilesync (11.24-1+devuan) UNRELEASED; urgency=medium
+
+ * Upstream updates
+ * Enhanced filter syntax to match files only (append ':')
+ * Fixed "Some files will be synchronized as part of multiple base
+ folders": no more false-positives
+ * Detect full path filter items and convert to relative path
+ * Auto-detect FTP server character encoding (UTF8 or ANSI)
+ * Cancel grid selection via Escape key or second mouse button
+ * Apply conflict preview limit accross all folder pairs
+ * Require config type and file extension to match
+ * Fixed view filter panel vertical layout
+ * Strict validation of UTF encoding
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 07 Sep 2022 16:59:55 -400
+
freefilesync (11.23-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15