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 bb65c17..47308de 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,23 @@
+freefilesync (11.10-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - Fixed comparison results cleared after mouse-scrolling the first folder pair
+ - Stricter base folder existence checks before synchronization
+ - Disable all file pairs when base folder status cannot be determined
+ - Fixed sync statistics if base folder existence test failed
+ - Work around glitch in grid scrollbar size calculation
+ - Fixed folder drag and drop failing after locale conflict (macOS)
+ - Fixed incorrect mime permissions after installation (Linux)
+ - Stricter server response validation during update check
+ - Fixed incomplete item path in log if source item is missing
+ - Fixed installation error when running ConEmu
+ - Support starting FreeFileSync as root login user (Linux)
+ * [bgstack15]
+ - improve ffs_no_check_updates.patch
+ - add ffs_desktop_notifications.patch
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 10 May 2021 08:16:31 -0400
+
freefilesync (11.9-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15