summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 935472a..8a92145 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,23 @@
+freefilesync (12.0-100+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Don't save password and show prompt instead for (S)FTP
+ * Fast path check failure on access errors
+ * Support PuTTY private key file version 3
+ * Respect timeout during SFTP connect
+ * Removed 20-sec timeout while checking directory existence
+ * Avoid hitting (S)FTP connection limit for non-uniform configs
+ * Fixed middle grid tooltip icon not always showing (Linux)
+ * Optimized file accesses when checking file path existence
+ * Fixed overview navigation marker not always showing on main grid
+ * Clear all grid selections after view filter toggle
+ * Fixed mouse selection starting on folder group
+ * Don't require sudo during non-root installation (Linux)
+ * Stricter type checking when deleting file/folder/symlinks
+ * Succinct error messages when path component is not existing
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2023 14:00:49 -0500
+
freefilesync (11.29-100+devuan) obs; urgency=low
* Upstream updates
bgstack15