summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-15 17:22:27 -0500
committerB Stack <bgstack15@gmail.com>2020-02-15 17:22:27 -0500
commit0184e05b39b7ef9e6edb629c02dc04290da23377 (patch)
tree77dd166c845348e00e4469f2f11d76725a62ead2 /freefilesync/debian/changelog
parentWIP: freefilesync initial patches for 10.20 (diff)
downloadstackrpms-0184e05b39b7ef9e6edb629c02dc04290da23377.tar.gz
stackrpms-0184e05b39b7ef9e6edb629c02dc04290da23377.tar.bz2
stackrpms-0184e05b39b7ef9e6edb629c02dc04290da23377.zip
freefilesync dpkg rc1 for gtk2
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index c57660b..82a070d 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,25 @@
+freefilesync (10.20-2+devuan) albion; urgency=low
+
+ * gtk2 build
+ * Send email notifications after sync (Donation Edition)
+ * Generate log files in HTML format
+ * Detect sync database consistency errors
+ * Start log file with preview of first 50 errors/warnings
+ * Mitigate lock file data corruption
+ * Print Windows error codes in hexadecimal
+ * Fixed missing MTP and network links in folder picker (Linux)
+ * Display versioning and log folder path history
+ * Display and log all config names for merged configurations
+ * Run post-sync command synchronously and log exit code
+ * Fixed crash on Bitvise SFTP servers with zlib delayed compression
+ * Show actual time out used in failure message
+ * Show detailed error message when failing to test sound files
+ * Fixed timeout for long-running FTP uploads by sending keep-alives
+ * Use Donation Edition on unlimited number of virtual machines
+ * Ignore accidental clicks in empty space of configuration panel
+
+ -- B Stack <bgstack15@gmail.com> Sat, 15 Feb 2020 15:58:33 -0500
+
freefilesync (10.19-2+devuan) manual; urgency=low
* gtk2 build
bgstack15