summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 793683d..9037cac 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,31 @@
+freefilesync (11.20-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ * Fixed broken icon scaling on high-DPI displays
+ * Improved performance for huge exclusion filter lists: linear to
+ constant(!) time
+ * Support sync with Google Drive starred folders
+ * Access "My Computers" (as created by Google Backup and Sync) if
+ starred
+ * Western Digital Mycloud NAS: fixed ERROR_ALREADY_EXISTS when changing
+ case
+ * Added per-file progress for "copy to" function
+ * Have filter wildcard ? not match path separator
+ * Work around WBEM_E_INVALID_NAMESPACE error during installation
+ * Fixed login user incorrectly displayed as root (macOS)
+ * Save Google Drive buffer before system shutdown
+ * Dpkg updates
+ * Use g++-11 now for -std=c++2b
+ * Principal changes to revert_zenju_aggressive_upstreamisms.patch
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 18 Apr 2022 09:52:50 -0400
+
+freefilesync (11.19-1+devuan) UNRELEASED; urgency=medium
+
+ * Upstream released this the same day as version 11.20.
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 18 Apr 2022 09:51:50 -0400
+
freefilesync (11.18-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15