summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-05-17 19:16:44 -0400
committerB Stack <bgstack15@gmail.com>2020-05-17 19:36:12 -0400
commita2d8585c8e7b89ca276447783c93866fb76a3b6c (patch)
tree45ff8bf29fcb4d09ba243807dd8aaab93c23f9d4 /freefilesync/debian/changelog
parentScite 4.3.3 (diff)
downloadstackrpms-a2d8585c8e7b89ca276447783c93866fb76a3b6c.tar.gz
stackrpms-a2d8585c8e7b89ca276447783c93866fb76a3b6c.tar.bz2
stackrpms-a2d8585c8e7b89ca276447783c93866fb76a3b6c.zip
ffs 10.24 dpkg rc1 (gtk3)
update most patches for minor syntax changes. Add major patch to revert new Zenju aggressive upstreamisms.
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index edce1ad..810a2b9 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,21 @@
+freefilesync (10.24-1+devuan) obs; urgency=medium
+
+ * gtk3 build (unstable)
+ * Increased SFTP buffer sizes for faster upload/download
+ * New %WeekDay%, %WeekDayName", and %MonthName% macros
+ * Support Linux systems without lsb_release
+ * Don't exclude desktop.ini by default
+ * Merge error messages of failed error handling
+ * Added ".DocumentRevisions-V100" to default exclude filter (macOS)
+ * Fixed deletion error not reported during versioning
+ * RealTimeSync: don't block when command fails with exit code > 0
+ * Visualize error status in macOS Dock and Windows Superbar
+ * Show error code constants on Windows Shell errors
+ * Suppport ProFTPD with "MultilineRFC2228 on"
+ * SFTP option to enable/disable zlib compression
+
+ -- Ben Stack <bgstack15@gmail.com> Sun, 17 May 2020 19:12:44 -0400
+
freefilesync (10.23-2+devuan) albion; urgency=medium
* gtk2 build
bgstack15