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

noreply at xfce.org noreply at xfce.org
Wed Jun 6 23:25:35 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 43f0fee9e01b8cf547528a63d8276f2d4f690407
Author: Alexander Schwinn <acs82 at gmx.de>
Date:   Wed Jun 6 23:24:01 2018 +0200

    Updates for release
---
 NEWS            | 11 +++++++++++
 configure.ac.in |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index c5c5002..6f6130e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.8.0
+=====
+- Refresh folder-copy and -move icons from Adwaita icon theme
+- Introduce ellipsis to Detailed View filename
+- Convert AppData file to AppStream (Bug #14037)
+- fixed and/or silenced all remaining gtk3 deprecations
+- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+Danish, Dutch, English (Australia), English (United Kingdom), French, Galician, German, Hebrew,
+Hungarian, Italian, Japanese, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil),
+Russian, Spanish, Turkish, Ukrainian
+
 1.7.2
 =====
 - Thunar confuses files (bug #12435)
diff --git a/configure.ac.in b/configure.ac.in
index 05caeb5..b554f5e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,11 +25,11 @@ dnl ***************************
 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], [2])
+m4_define([thunar_version_minor], [8])
+m4_define([thunar_version_micro], [0])
 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