summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog33
1 files changed, 30 insertions, 3 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> Thu, 15 Aug 2019 21:56:04 -0400
bgstack15