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

noreply at xfce.org noreply at xfce.org
Sat Jul 1 00:31:02 CEST 2017


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

o   c   h   o   s   i       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 4a6e294366c49046914e26b2ca6ded3a237c6354
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jul 1 00:30:03 2017 +0200

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

diff --git a/NEWS b/NEWS
index b298e9d..f8fd191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.6.12
+======
+- Fix deadlock in mutex causing Thunar to hang (Bug #13481)
+- Add support for Exif:ImageDescription and Exif:UserComment
+- Do not pass NULL to g_file_test
+- Bump libxfce4panel version for TPA plugin to 4.9.0
+- Switch from XfcePanelImage to GtkImage
+- Fixed a compilation error with the newest dev panel API
+- Translation updates: Catalan, Dutch (Flemish), Galician, Korean, Lithuanian,
+  Spanish, Thai
+
 1.6.11
 ======
 - Fix a crash for on cut/pasting of multiple files (Bug #12260)
diff --git a/configure.ac.in b/configure.ac.in
index 7adc771..b9916f9 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], [11])
+m4_define([thunar_version_micro], [12])
 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