summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-10 18:03:17 +0000
committerB. Stack <bgstack15@gmail.com>2022-02-10 18:03:17 +0000
commit30552066a3c1156331666547639402e4ad8a5835 (patch)
tree127938da43e69f97ddf0560917e8e86bcc28133c /freefilesync/debian/changelog
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentffs 11.17 (diff)
downloadstackrpms-30552066a3c1156331666547639402e4ad8a5835.tar.gz
stackrpms-30552066a3c1156331666547639402e4ad8a5835.tar.bz2
stackrpms-30552066a3c1156331666547639402e4ad8a5835.zip
Merge branch 'freefilesync-bump' into 'master'
ffs 11.17 See merge request bgstack15/stackrpms!283
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 6fc2750..d77e932 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,16 @@
+freefilesync (11.17-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ * Show per-file progress in percent when copying large files
+ * Log app initialization errors
+ * Fixed uncaught exception after installation
+ * Defer testing for third-party buggy DLLs until after crashing
+ * Consider ReFS 128-bit file ID failure states (Windows)
+ * Refer to volume by name: support names including brackets
+ * Support local installation with non-standard home (Linux)
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 06 Feb 2022 16:41:38 -0500
+
freefilesync (11.16-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15