summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index a271815..c57660b 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,31 @@
+freefilesync (10.19-2+devuan) manual; urgency=low
+
+ * gtk2 build
+
+ -- B Stack <bgstack15@gmail.com> Fri, 27 Dec 2019 09:52:13 -0500
+
+freefilesync (10.19-1+devuan) obs; urgency=low
+
+ * Unified rendering of disabled grid layouts
+ * Count moved file pair as one update in view filter buttons
+ * Fix command button default sizes (Windows)
+ * Added %item_name%, %item_name2% context menu macros
+ * Support deleting references to shared Google Drive files
+ * Trash Google Drive files only when having single parent
+ * Fixed high DPI scaling issue on image borders
+ * Preserve system date format for RTL languages
+ * Fall back to folder path if resource archives are missing
+
+ -- B Stack <bgstack15@gmail.com> Fri, 27 Dec 2019 09:32:55 -0500
+
+freefilesync (10.18-2+devuan) obs; urgency=medium
+
+ * Revert to libwxgtk3.0 (gtk2) instead of libwxgtk3.0-gtk3
+ * This involves using the local devuan-archive repo because libwxgtk3.0
+ was dropped in Devuan upstream
+
+ -- B Stack <bgstack15@gmail.com> Thu, 26 Dec 2019 09:46:15 -0500
+
freefilesync (10.18-1+devuan) obs; urgency=low
* Save/load database files in parallel
bgstack15