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-archive-plugin.
commit b63862f03a041c2467c18dc8828f3a63a2d00328 Author: Andre Miranda <[email protected]> Date: Wed Dec 13 23:13:28 2017 -0300 Updates for release --- NEWS | 16 ++++++++++++++++ configure.ac.in | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 45a5080..92d6242 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +0.4.0 +===== +- GTK3 Port +- Thunarx-3 Port (Thunar >=1.7.0 required) +- Engrampa archiver is now supported +- Updated translations: Albanian, Arabic, Asturian, Basque, Belarusian, + Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, + Danish, Dutch (Flemish), English (Australia), English (Great Britain), + Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, + Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, + Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese, + Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian, + Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, + Vietnamese + + 0.3.1 ===== - Fix build with --as-needed (bug #7533). Patch by Yves-Alexis Perez. diff --git a/configure.ac.in b/configure.ac.in index 65b0f77..4357c99 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -22,10 +22,10 @@ dnl *************************** dnl *** Version information *** dnl *************************** m4_define([tap_version_major], [0]) -m4_define([tap_version_minor], [3]) -m4_define([tap_version_micro], [1]) +m4_define([tap_version_minor], [4]) +m4_define([tap_version_micro], [0]) m4_define([tap_version_build], [@REVISION@]) -m4_define([tap_version_tag], [git]) +m4_define([tap_version_tag], []) m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_tag(), [], [], [tap_version_tag()-tap_version_build()])]) dnl ******************************************* -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
