[Xfce4-commits] [xfce/thunar] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sat Nov 9 23:35:28 CET 2019


This is an automated email from the git hooks/post-receive script.

a   l   e   x       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   2   
   in repository xfce/thunar.

commit 2e1013cc2f839265d0f84e059749ad44f724d396
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Sat Nov 9 23:31:29 2019 +0100

    Updates for release
---
 NEWS            | 15 ++++++++++++++-
 configure.ac.in |  4 ++--
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index eb335e9..d8d8405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.6.18
+======
+- Crash on refresh if remote folder has been removed (Bug #15961)
+- Remove 'auto-expand folders' from tree-view since it causes bad 
+usability with keyboard (Bug #15743)
+- Changed Wiki links to https://docs.xfce.org/xfce/thunar/4.12/start 
+- Dont restart the folder monitor on each refresh - Fixes "ghost files 
+after moving files" (Bug #13364)
+- Fix build without HAVE_GIO_UNIX (Bug #12863)
+- Translation Updates:
+  Catalan, Chinese (Taiwan), Danish, Norwegian Bokmål, Persian (Iran), 
+  Slovenian, 
+
 1.6.17
 ======
 - tree view jumps (scrolls) when clicking on a directory (Bug #15174)
@@ -1100,4 +1113,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.
+  application startup time.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 18a7503..2187732 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], [2])
 m4_define([thunar_version_major], [1])
 m4_define([thunar_version_minor], [6])
-m4_define([thunar_version_micro], [17])
+m4_define([thunar_version_micro], [18])
 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