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

noreply at xfce.org noreply at xfce.org
Sat Nov 25 19:55:00 CET 2017


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

a   n   d   r   e       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 ff618bfca19486adaeb3acbfc761b92236152db4
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Nov 25 15:36:03 2017 -0300

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

diff --git a/NEWS b/NEWS
index f8fd191..fa967f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.6.13
+======
+- Handle cases when file watch is not supported (Bug #13881)
+- Missing Trash Translation String (Bug #13409)
+- Delete Thunar symlink on uninstall (Bug #13533)
+- Handle g_mem_is_system_malloc deprecation
+- Prefer local (file://) URIs than native ones (e.g. smb://) (Bug #13845)
+- Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
+  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
+  Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
+  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
+  Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian,
+  Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
+  Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
+  Urdu (Pakistan), Uyghur, Vietnamese
+
 1.6.12
 ======
 - Fix deadlock in mutex causing Thunar to hang (Bug #13481)
diff --git a/configure.ac.in b/configure.ac.in
index 836e468..d05a2bb 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], [12])
+m4_define([thunar_version_micro], [13])
 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