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, 20 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 8fab084..c3a0c6b 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,23 @@
+freefilesync (10.13-1+devuan) manual; urgency=low
+
+ * Allow to rename configurations via context menu
+ * Work around hang on SMB network with broken FileFullDirectoryInformation
+ * Work around SMB share returning empty item name
+ * Detect and preempt keyman64.dll crash on exit
+ * Manage notification sounds via global options dialog
+ * Support 32-bit Debian Jessie and later releases
+ * Work around silent failure to case-only rename on FAT drives (Windows 10)
+ * Simplified installation folder structure
+ * Update main grid scrollbars when resizing columns on other side
+ * Preserve input focus when clicking on grid column label
+ * Buffer result of process path normalization
+ * 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)
+
+ -- B Stack <bgstack15@gmail.com> Sat, 15 Jun 2019 10:40:49 -0400
+
freefilesync (10.12-1+devuan) manual; urgency=low
* Show sync start time and date in progress dialog title
bgstack15