summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 4c1d7e8..914b53d 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,5 +1,30 @@
+freefilesync (10.9-1devuan) manual; urgency=low
+
+ * Added FTP, SFTP, Google Drive support for Linux
+ * FreeFileSync Donation Edition available for Linux
+ * Compress file stream during Google Drive upload
+ * Navigate beyond access-denied parents in SFTP folder picker
+ * Fixed unexpected stream size error during FTP upload
+ * Support native recursive deletion for Google Drive
+ * Support native recursive deletion for MTP
+ * Deterministically save Google Drive state during exit
+ * Work around missing TMPDIR variable (Linux)
+ * Support SFTP servers returning large package sizes during folder reading
+ * Start with home path when using SFTP folder picker
+ * Aggregate device authentication prompts during comparison
+ * Clean up temp file after unexpected stream size error
+ * Work around FTP servers not supporting HELP command
+ * Support parsing path by volume name when volume is missing
+ * Parse and streamline Google Drive error messages
+ * Load next item after deleting from config history
+ * Avoid redundant Google Drive syncs after file/folder creation
+ * Avoid duplicate MTP item creation by multiple threads
+
+ -- B Stack <bgstack15@gmail.com> Thu, 14 Feb 2019 10:46:09 -0500
+
freefilesync (10.8-1devuan) manual; urgency=low
* Initial release.
-- B Stack <bgstack15@gmail.com> Tue, 29 Jan 2019 09:20:41 -0500
+
bgstack15