summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 8ad2afc..bb65c17 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,29 @@
+freefilesync (11.9-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - Save different layouts depending on screen resolution
+ - Fixed large file icon scaling quality (Windows)
+ - Fixed broken default filter excluding DocumentRevisions (macOS)
+ - Don't immediately exit terminal when installer error is showing
+ (Linux)
+ - Explicitly set file permissions when installing missing
+ directories (Linux)
+ - Support installation using noexec temp directory (Linux)
+ - Don't fail installation if root is the only user (Linux)
+ - Added automatic socket close on execv (Linux, macOS)
+ - Fixed Google Drive login hanging after authentication (Linux)
+ - Correctly generate and parse Windows epoch time (Windows, macOS)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 05 Apr 2021 11:04:34 -0400
+
+freefilesync (11.8-1+devuan) UNRELEASED; urgency=medium
+
+ * Upstream updates
+ - Fixed unexpected file size error when copying to (S)FTP, and
+ Google Drive
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 03 Mar 2021 00:00:00 -0500
+
freefilesync (11.7-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15