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

noreply at xfce.org noreply at xfce.org
Thu Feb 15 22:28:51 CET 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 223083fb303f9562bc091efc0868b46eff1beef6
Author: Alexander Schwinn <acs82 at gmx.de>
Date:   Thu Feb 15 22:14:44 2018 +0100

    Updates for release
---
 AUTHORS         |  1 +
 NEWS            | 40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 3 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index fa41d7c..9e89715 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@ Jannis Pohlmann <jannis at xfce.org>
 Jeffs Franks <jcfranks at xfce.org>
 Nick Schermer <nick at xfce.org>
 Harald Judt <hjudt at xfce.org>
+Andre Miranda <andreldm at xfce.org>
 
 The stock_folder-copy and stock_folder-move icons where taken from
 gnome-icon-theme 2.18.0 whose authors are Lapo Calamandrei <calamandrei at gmail.com>,
diff --git a/NEWS b/NEWS
index 5cea8cd..601d524 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+1.7.1
+=====
+- Do not translate "Trash" files and folders (Bug #14211)
+- Regression: Context menu misplaced (bug #14216)
+- Crash in thunar_file_is_gfile_ancestor (bug #14202)
+- Add a systemd user unit for the two D-Bus session services (bug #12236)
+- Add setting to show file sizes in bytes (bug #11690) fix for statusbar
+- Add setting to show file sizes in bytes (bug #11690) fix for overwrite confirmation dialog
+- Add setting to show file size in bytes in detailed view (Bug #11690)
+- Show exact size in bytes in directory properties dialog (bug #12858)
+- Thunar's "open with" custom command doesn't escape the path (bug #10883)
+- Fix potential buffer overflow (bug #12444)
+- Thunar fails to scan for file templates if the Templates directory is a symbolic link ( bug #12032 )
+- missing codegen for "make dist" in thunar-tpa (bug #14190)
+- Ported thunar-tpa to gdbus (bug #14038)
+- fixed bug - no bool argument available for dbus signal "TrashChanged"
+- Bump gtk to 3.22
+- Prevent crash after updating thunar if old thunar deamon is still running
+- Only show additional "real_name" of user in detailed_view if it is different from "name" (bug #13648)
+- Change inappropriate word "Sentence" in upper-/lowercase renamer (bug #9483)
+- Skip functions not meant to be introspectable (Bug #14045)
+- Fix for failing GObject introspection build. Followup of (Bug #14070)
+- thunarx-provider-module.h missing inside tar.bz2 file created by "make dist" (Bug #14070)
+- Fix crash on unavailable file move copy (Bug #14056)
+- Provide missing g-i annotations (Bug #14045)
+- Use e.g. instead of i.e. (Bug #14035)
+- Translation updates:Arabic, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+  Danish, Dutch, English (United Kingdom), Esperanto, Finnish, French, Galician, German, Hebrew, Japanese,
+  Kazakh, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
+  Slovak, Spanish, Thai, Turkish, Ukrainian
+
 1.7.0
 =====
 - GTK3 Port
@@ -17,6 +48,15 @@
   Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish,
   Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
 
+1.6.14
+======
+- Do not translate "Trash" files and folders (Bug #14211)
+- Crash in thunar_file_is_gfile_ancestor (bug #14202)
+- Fix potential buffer overflow (Bug #12444)
+- Fix crash on unavailable file move copy (Bug #14056)
+- Translation updates: Arabic, Belarusian, Catalan, English (United Kingdom),
+  Finnish, Galician, Malay, Romanian, Serbian, Slovak, Thai
+  
 1.6.13
 ======
 - Handle cases when file watch is not supported (Bug #13881)
diff --git a/configure.ac.in b/configure.ac.in
index c2d6a80..01e4f01 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], [0])
+m4_define([thunar_version_micro], [1])
 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