summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-09-11 15:11:30 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2021-09-11 15:11:30 +0200
commit9564fb1ec04b8878ab63c326fc73f97ae8a9f5e6 (patch)
tree7246751ffbfaa2e1a0229fd4d3fdc73a8984ad31
parentaea5346af03d0f1938da1418a3a958866574d153 (diff)
downloadthunar-9564fb1ec04b8878ab63c326fc73f97ae8a9f5e6.tar.gz
Updates for releasethunar-4.16.9
-rw-r--r--NEWS25
-rw-r--r--configure.ac.in4
2 files changed, 27 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 05e1986f..6975488f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+4.16.9
+======
+- Listen to changes on shortcuts to update them when required
+- Use move action when dragging files of different users (#196)
+- Fix file-icon update when file is cut (Issue #588)
+- Open correct folder on middle-click in tree-view (Issue #626)
+- Disable automatic queueing of file transferes (Issue #569)
+- Fix GLib-CRITICAL in list-view (Issue #487)
+- thunar_file_is_executable() now checks if .desktop file is safe
+- Fix missing folder in history when opened in new tab (Issue #594)
+- Fixing various memory leaks (Issue #573)
+- Update manpage (Issue #121)
+- Dont show "execute" on context menu for folders
+- Translation Updates:
+ Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque,
+ Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
+ Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian, English
+ (Australia), English (United Kingdom), Esperanto, Estonian, Finnish,
+ French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
+ Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
+ Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
+ Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese
+ (Brazil), Romanian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai,
+ Turkish, Urdu, Urdu (Pakistan), Vietnamese
+
4.16.8
======
- Activating Desktop Icon does not Use Default Application (Issue #575)
diff --git a/configure.ac.in b/configure.ac.in
index 131cd38b..a43a8500 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [4])
m4_define([thunar_version_minor], [16])
-m4_define([thunar_version_micro], [8])
+m4_define([thunar_version_micro], [9])
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 *******************************************