summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-18 16:02:40 +0000
committerB Stack <bgstack15@gmail.com>2020-02-18 16:02:40 +0000
commit819051f5d8489d6193a56b5d02c3b9d21fe41775 (patch)
treea5aecb01558219c0d302312fd8bc4d4766d2d3e9 /freefilesync/debian/changelog
parentMerge branch 'mktrayicon-bump' into 'master' (diff)
parentfix libssh2 patch for rpm to match it for dpkg (diff)
downloadstackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.tar.gz
stackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.tar.bz2
stackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.zip
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 10.20 Closes #14 See merge request bgstack15/stackrpms!126
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index c57660b..5fa26cb 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,24 @@
+freefilesync (10.20-1+devuan) obs; urgency=low
+
+ * 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