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