summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-17 10:16:33 -0400
committerB Stack <bgstack15@gmail.com>2019-09-17 10:16:33 -0400
commit2a43574bf3e3175b211d352e8865407b5f68e83a (patch)
tree63cc4325feeb4dcd1b87e86f2b1d8cc57aeb2a9b /freefilesync/debian/changelog
parentMerge branch 'plymouth-bump' into 'master' (diff)
downloadstackrpms-2a43574bf3e3175b211d352e8865407b5f68e83a.tar.gz
stackrpms-2a43574bf3e3175b211d352e8865407b5f68e83a.tar.bz2
stackrpms-2a43574bf3e3175b211d352e8865407b5f68e83a.zip
freefilesync 10.16-1 dpkg rc1
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 0d7d367..7759619 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,26 @@
+freefilesync (10.16-1+devuan) obs; urgency=low
+
+ * Redesigned progress indicator graphs
+ * Avoid needless HTTP delay prior to Google Drive upload
+ * Skip redundant CWDs during FTP metadata updates
+ * Fixed MLSD 501 syntax error on Serv-U FTP server
+ * Check FTP server status using FEAT/HELP instead of root folder
+ * Avoid redundant TYPE changes during FTP directory listing
+ * Access FTP files by full path and avoid CWDs
+ * Support FTP home paths with non-ASCII chars
+ * Work around libcurl bug failing to buffer FTP TLS authentication
+ * Skip redundant FTP SIZE check before downloading file
+ * Use ISO 8601 week of the year definition for %week% macro
+ * Show login prompt for disconnected NAS share
+ * Force icon resolution to 96 DPI in GTK2 build (Linux)
+ * Detect missing full disk access permission (macOS)
+ * Fixed accessibility issue with progress graph colors
+ * Use short naming convention when deleting abandoned folder lock
+ * Detect endless folder lock recursion on buggy file systems
+ * Fixed Google Drive parsing error for invalid file time
+
+ -- B Stack <bgstack15@gmail.com> Tue, 16 Sep 2019 10:04:13 -0400
+
freefilesync (10.15-1+devuan) obs; urgency=low
* Redesigned progress indicator stats
bgstack15