summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 347da64..6fc2750 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,21 @@
+freefilesync (11.16-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - Allow to select and remove invalid config file
+ - Migrated all HTTPS requests to use libcurl (Linux, macOS)
+ - Set keyboard focus on config panel after startup
+ - Added computer name to log file trailer
+ - Context menu instead of confirmation dialog for swap sides
+ - Fixed config selection lost after auto-cleaning obsolete rows
+ - Install app files with owner set to root (Linux)
+ - Don't override keyboard shortcut "CTRL + W" (macOS)
+ - Migrated key conversion routines deprecated in OpenSSL 3.0
+ - Boxed app icon to fit OS theme (macOS)
+ - Fixed manual retry after automatic update check error
+ - Fixed missing ampersands in middle grid tooltip
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 04 Jan 2022 10:52:55 -0500
+
freefilesync (11.15-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15