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

noreply at xfce.org noreply at xfce.org
Thu Apr 5 22:47:38 CEST 2018


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       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 585bb09cc29f56787202b46814c862416218d68e
Author: Alexander Schwinn <acs82 at gmx.de>
Date:   Thu Apr 5 22:46:12 2018 +0200

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

diff --git a/NEWS b/NEWS
index 601d524..356fa26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.7.2
+=====
+- Thunar confuses files (bug #12435)
+- Use display_name instead of basename to display filenames (bug #13532) 
+- Avoid unexpected overshoot fade on icon view
+- Make it possible to assign accelerators to custom actions
+- Killing thunar as well kills all launched sub-processes (bug #14277)
+- Thunar User Configurable Actions do not work for remote locations (bug #7652), patch from (bug#7305)
+- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/Start/"
+- SIGSEGV when thumbnailer is under heavy load after opening many tabs (bug #13756)
+- bumped dependency to xfce4-panel to API v.2 / 4.12.0
+- Fixed creation of .desktop file when dropping URL into folder (bug #14239)
+- Restoring non-empty folders leaves copy in Trash (bug #13535)
+- Fixed an uncritical "use after free"
+- Translation updates: Albanian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
+Dutch, English (Australia),Finnish, French, Galician, German, Greek, Hebrew, Indonesian, Italian,
+Japanese, Kazakh, Latvian, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese,
+Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian
+
 1.7.1
 =====
 - Do not translate "Trash" files and folders (Bug #14211)
diff --git a/configure.ac.in b/configure.ac.in
index 289673b..1f220b4 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], [7])
-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 *******************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list