summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS27
-rw-r--r--configure.ac.in4
2 files changed, 29 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 81be5da2..a29db078 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+4.15.2
+======
+- Regression: Dont crash when starting thunar with gvfs disabled
+- Move mount/unmount/eject actions into launcher (Issue #349)
+- Use thunar-menu and launcher in tree-view (Issue# 349)
+- Use the new icon when running with elevated privileges (root)
+- Remove limit on paths to check in thunar_file_accepts_drop (Issue #350)
+- AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS (MR !27)
+- Avoid crashes when using details view (Issue #307)
+- Fix unavailable rubber banding in detailed view (Issue #326)
+- Remove obsolete dispose method to prevent warning (Issue #319)
+- Show device indentifier in side pane tooltip (Issue #207)
+- Make use of shared field codes expansion of libxfce4util (MR !23)
+- Implement directory specific sort-column and sort-order (Issue #8)
+- Add an option to delete saved directory specific settings (Issue #8)
+- Implements directory specific view type (Issue #8)
+- Add features to support directory specific view settings (Issue #8)
+- Regression: Add missing seperator to icon view submenu
+- Replace _thunar_assert() with _thunar_return_if_fail() in order to
+ prevent crash when build with debug on FreeBSD (MR !22)
+- Menu items cut/copy/paste do not work for location entry (Issue #303)
+- Translation Updates:
+ Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech,
+ Danish, Dutch, French, Galician, German, Hebrew, Italian, Japanese,
+ Kazakh, Korean, Norwegian Bokmål, Portuguese, Portuguese (Brazil),
+ Spanish, Swedish, Turkish,
+
4.15.1
======
- Shorten strings for different views (Issue #247)
diff --git a/configure.ac.in b/configure.ac.in
index bf6c8c67..7b38515f 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], [15])
-m4_define([thunar_version_micro], [1])
+m4_define([thunar_version_micro], [2])
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 *******************************************