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