summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-23 00:23:41 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-23 00:23:41 +0100
commitd5ab446d7fa79fdd838f5463e4343876505e28a3 (patch)
tree621ea5bcf38c591fa07a454beeb325b331555339
parent87d919da6bb9ff99abbcece1ff609eb18b0d6d9c (diff)
downloadthunar-d5ab446d7fa79fdd838f5463e4343876505e28a3.tar.gz
Updates for releasethunar-4.16.0
-rw-r--r--NEWS31
-rw-r--r--configure.ac.in6
2 files changed, 33 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 46d331b6..812d15db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.16.0
+======
+- Fix action of Back/Forward mouse gesture when using RTL (Issue #90)
+- Prevent crash on mouse gesture action (Issue #443)
+- Avoid crashes when closing thunar with ctrl+w (#336)
+- Ignore double-click events from back/forward mouse button (Issue #371)
+- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
+- bump minimum required exo version to 4.15.3
+- Wrap box around spinner to prevent flickering (Issue #440)
+- Use g_drive_is_removable over g_drive_is_media_removable
+- bump glib (and gio, gthread, etc) to 2.50.0
+- Do not duplicate app_info when added via custom command (Issue #309)
+- Escape all whitespace characters in custom command path
+- Remove hidden quotes for "Open with"->"custom command" (Issue #425)
+- Ignore unknown XML elements in UCA.xml
+- Regression: Fix broken bulk renamer context menu (Issue #436)
+- Revert of b12247c2 and proper fix for Issue #423
+- Remove duplicated code in renamer and prevent possible leak
+- Prevent possible crash of thunar_launcher_poke (Issue #436)
+- Fix combo box entry order (Issue #435)
+- Remove TODO file
+- Change focus when clicking an emblem entry (Issue #315)
+- Bump GLib minimum version to 2.44
+- Prevent Gtk-CRITICAL when terminating session (Issue #430)
+- Missing thunarx support on the shortcut view (Issue #423)
+- Translation Updates:
+ Basque, Chinese (China), Czech, Danish, Estonian, Korean, Norwegian
+ Nynorsk, Turkish, Vietnamese
+
4.15.3
======
- No special treatment on "rename" for .desktop files (Issue #56)
@@ -1583,4 +1612,4 @@ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
- The "Open With" dialog now allows users to remove launchers that were
previously added via the custom command box.
- The number of relocations for the libraries was reduced to improve the
- application startup time. \ No newline at end of file
+ application startup time.
diff --git a/configure.ac.in b/configure.ac.in
index bbdad434..6fdf7ac3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,11 +25,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [4])
-m4_define([thunar_version_minor], [15])
-m4_define([thunar_version_micro], [3])
+m4_define([thunar_version_minor], [16])
+m4_define([thunar_version_micro], [0])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************