[Xfce4-commits] [xfce/thunar] 02/02: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Nov 25 22:42:34 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 m a s t e r
in repository xfce/thunar.
commit 153f9e9f25ea9678c16714f4012c7249db63079a
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Nov 25 18:25:54 2017 -0300
Updates for release
---
NEWS | 36 ++++++++++++++++++++++++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 39 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index f8fd191..5cea8cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+1.7.0
+=====
+- GTK3 Port
+- Replace dbus-glib with GDBus
+- Improved Pathbar style for Location Selector
+- Bump thunarx to version 3 and replace GtkAction with ThunarxMenu and ThunarxMenuItem
+- GObject-Introspection support for thunarx-3
+- Update thunarx documentation and fix its generation
+- Same bugfixes from 1.6.13
+- Translation updates: Albanian, 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 (Iran), Polish, Portuguese, Portuguese (Brazil), Punjabi,
+ Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish,
+ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
+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 c2d80ac..144ff54 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], [6])
-m4_define([thunar_version_micro], [12])
+m4_define([thunar_version_minor], [7])
+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