summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog20
1 files changed, 16 insertions, 4 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index c3a0c6b..0193438 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,15 @@
+freefilesync (10.14-1+devuan) manual; urgency=low
+
+ * Warn if versioning folder paths differ only in case
+ * Fixed empty HTTP response during update check (macOS/Linux)
+ * Warn if Donation Edition is active on unexpected number of machines
+ * Use subdomain for application update checks
+ * Consider cache control for HTTP GET requests
+ * Access all web endpoints over TLS
+ * Fixed character encoding issue in update reminder (macOS/Linux)
+
+ -- B Stack <bgstack15@gmail.com> Mon, 15 Jul 2019 15:24:12 -0400
+
freefilesync (10.13-1+devuan) manual; urgency=low
* Allow to rename configurations via context menu
@@ -14,7 +26,7 @@ freefilesync (10.13-1+devuan) manual; urgency=low
* Mirror middle grid icons for RTL layout (Linux)
* Force LTR layout until wxWidgets supports RTL (macOS)
* Fixed pair scrolling mismatch when grid height is exceeded by one row
- * Fixed startup failure due to missing /etc/machine-id (Linux)
+ * Fixed startup failure due to missing /etc/machine-id (Linux)
-- B Stack <bgstack15@gmail.com> Sat, 15 Jun 2019 10:40:49 -0400
@@ -40,7 +52,7 @@ freefilesync (10.11-1+devuan) manual; urgency=low
* Support launching through symlink (Linux)
* Added example desktop starter files (Linux)
* Fixed misleading error when determining file permissions support
- * Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
+ * Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
-- B Stack <bgstack15@gmail.com> Fri, 12 Apr 2019 13:30:42 -0500
@@ -86,13 +98,13 @@ freefilesync (10.9-1devuan) manual; urgency=low
* Parse and streamline Google Drive error messages
* Load next item after deleting from config history
* Avoid redundant Google Drive syncs after file/folder creation
- * Avoid duplicate MTP item creation by multiple threads
+ * Avoid duplicate MTP item creation by multiple threads
-- B Stack <bgstack15@gmail.com> Thu, 14 Feb 2019 10:46:09 -0500
freefilesync (10.8-1devuan) manual; urgency=low
- * Initial release.
+ * Initial release.
-- B Stack <bgstack15@gmail.com> Tue, 29 Jan 2019 09:20:41 -0500
bgstack15