summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index c27332a..0d7d367 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,19 @@
+freefilesync (10.15-1+devuan) obs; urgency=low
+
+ * Redesigned progress indicator stats
+ * Fixed crash when progress dialog is closed right before showing error
+ * Consider fail-safe file copy when creating sync.ffs_db files
+ * Prepare support for GTK3 GUI framework (Linux)
+ * Support sound output via SDL (Linux)
+ * Shrink standard system icons if needed (Linux)
+ * Add Windows Defender exclusions asynchronously
+ * 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
+
+ -- B Stack <bgstack15@gmail.com> Thu, 15 Aug 2019 21:56:04 -0400
+
freefilesync (10.14-2+devuan) manual; urgency=low
* Completely disable the update-check
bgstack15