[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Wed Feb 14 22:00:37 CET 2018
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 thunar-plugins/thunar-media-tags-plugin.
commit eb4c04352bfe568b68749f6cdecdf3925b535358
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Feb 14 17:51:41 2018 -0300
Updates for release
---
NEWS | 14 ++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index c6f84fa..eb5306e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.3.0
+=====
+- GTK3 Port.
+- Thunarx-3 Port (Thunar >=1.7.0 required).
+- Do not use empty string as separator (Bug #4822)
+- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan,
+ Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
+ English (Australia), English (United Kingdom), Finnish, French, Galician,
+ German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
+ Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish,
+ Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak,
+ Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
+ Uyghur, Uzbek, Vietnamese.
+
0.2.1
=====
- Automake updates.
diff --git a/configure.ac.in b/configure.ac.in
index f413341..b0b3287 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,11 +8,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([tmt_version_major], [0])
-m4_define([tmt_version_minor], [2])
-m4_define([tmt_version_micro], [1])
+m4_define([tmt_version_minor], [3])
+m4_define([tmt_version_micro], [0])
m4_define([tmt_version_nano], []) dnl leave this empty to have no nano version
m4_define([tmt_version_build], [@REVISION@])
-m4_define([tmt_version_tag], [git])
+m4_define([tmt_version_tag], [])
m4_define([tmt_version], [tmt_version_major().tmt_version_minor().tmt_version_micro()ifelse(tmt_version_nano(), [], [], [.tmt_version_nano()])ifelse(tmt_version_tag(), [git], [tmt_version_tag()-tmt_version_build()], [tmt_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