From 7babc3fe45db645fd9e0c5bac5594fe168c1b7ad Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 20 Apr 2020 15:45:42 -0400 Subject: ffs: remove libssl.patch, gtk3 dpkg rc1 --- freefilesync/debian/changelog | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'freefilesync/debian/changelog') diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog index ca2a9c5..2360ed2 100644 --- a/freefilesync/debian/changelog +++ b/freefilesync/debian/changelog @@ -1,3 +1,30 @@ +freefilesync (10.23-1+devuan) albion; urgency=medium + + * Run "on completion" commands on console (no need for "cmd.exe /c") + * Check exit code and report errors for external applications + * Report stream output of failed command line calls (macOs, Linux) + * Use Unicode symbols compatible with older macOS + * RealTimeSync: invoke command using cmd.exe instead of ShellExecute (Windows) + * Avoid hitting log file length limitations for aggregated jobs + * Fix OpenSSL failing on HTTP 1.0 response without Content-Length + * Don't allow creating folder names ending with space or dot + * Support base folders with trailing blanks + * Show system error descriptions on volume shadow copy errors + * Raise exit code if saving log file or sending email failed + * Report all documented MTP error descriptions + * Updated default exclude filter (macOS/Linux) + * Added image outlines for improved dark mode support + * Work around WBEM_E_INVALID_CLASS error during installation + * Align file path rendering with app layout direction + * Play sound notification also when "cancel on first error" is set + * Cleaner file path formatting (macOs, Linux) + * Added instructions when failing to start due to missing GTK2 (Ubuntu) + * RealTimeSync: distinguish drive unmount from folder change notification + * Avoid blocking command scripts waiting for user input + * Updated translation files + + -- Ben Stack Mon, 20 Apr 2020 15:09:48 -0400 + freefilesync (10.22-2+devuan) albion; urgency=medium * gtk2 build @@ -109,7 +136,7 @@ freefilesync (10.17-1+devuan) obs; urgency=low * Integrate latest libcurl FTP bug fixes * Detect common invalid SFTP key file formats * Fixed startup crash caused by corrupted HDD properties - * Allow SFTP access via Ed25519 key in PKIX format + * Allow SFTP access via Ed25519 key in PKIX format -- B Stack Tue, 22 Oct 2019 10:04:13 -0400 @@ -132,7 +159,7 @@ freefilesync (10.16-1+devuan) obs; urgency=low * 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 + * Fixed Google Drive parsing error for invalid file time -- B Stack Tue, 16 Sep 2019 10:04:13 -0400 @@ -148,7 +175,7 @@ freefilesync (10.15-1+devuan) obs; urgency=low * Fixed main dialog out-of-screen position on startup (macOS) * Activated CDN for all web accesses * Redirect error dialog to stderr during sound playback (Linux) - * Updated translation files + * Updated translation files -- B Stack Thu, 15 Aug 2019 21:56:04 -0400 -- cgit From 13acd76e7de687fb4b38d074db99e7762f117947 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 20 Apr 2020 16:17:32 -0400 Subject: freefilesync-10.23-2 dpkg for gtk2 --- freefilesync/debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'freefilesync/debian/changelog') diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog index 2360ed2..edce1ad 100644 --- a/freefilesync/debian/changelog +++ b/freefilesync/debian/changelog @@ -1,4 +1,10 @@ -freefilesync (10.23-1+devuan) albion; urgency=medium +freefilesync (10.23-2+devuan) albion; urgency=medium + + * gtk2 build + + -- Ben Stack Mon, 20 Apr 2020 16:11:36 -0400 + +freefilesync (10.23-1+devuan) obs; urgency=medium * Run "on completion" commands on console (no need for "cmd.exe /c") * Check exit code and report errors for external applications -- cgit