[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Aug 12 00:34:58 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 8204be8b8a5aff6d62265d3e20ba08d40a4a8986
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 11 19:34:31 2019 -0300
Updates for release
---
NEWS | 11 +++++++++++
configure.ac.in | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f536c51..b002057 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.8.9
+======
+- Remove 'auto-expand folders' from tree-view since it causes bad
+usability with keyboard (Bug #15743)
+- preferences: Add button icons to Help/Close
+- Use designated initializer to avoid compile warnings (Bug #15734)
+- Prevent premature disposal of clipboard manager (Bug #15635)
+- Keep "Open with" menu items updated (Bug #15530)
+- Translation Updates: Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
+Portuguese (Brazil), Turkish
+
1.8.8
=====
- Do not register "send to" as last used app (Bug #14118)
diff --git a/configure.ac.in b/configure.ac.in
index cae1e34..2044c59 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], [1])
m4_define([thunar_version_minor], [8])
-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 *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list