This is an automated email from the git hooks/post-receive script. n i n e t l s 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 panel-plugins/xfce4-statusnotifier-plugin.
commit d73c73dd75c18f15698f3619660cbf461ce5b209 Author: Viktor Odintsev <[email protected]> Date: Mon Oct 30 01:22:22 2017 +0300 Updates for release --- NEWS | 10 ++++++++++ configure.ac.in | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a6e7634..25f7305 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.2.1 +===== +- Added support for rectangular icons even when square icons option is enabled +- Empty menus are never displayed anymore +- Fixed receiving of incorrect data from applications +- Fixed various icon size issues +- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), + Czech, Danish, Dutch, Indonesian, Lithuanian, Norwegian Bokmål, Portuguese, + Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian + 0.2.0 ===== - Added support for symbolic icons diff --git a/configure.ac.in b/configure.ac.in index a91e778..78ac721 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -8,10 +8,10 @@ dnl *** Version information *** dnl *************************** m4_define([sn_version_major], [0]) m4_define([sn_version_minor], [2]) -m4_define([sn_version_micro], [0]) +m4_define([sn_version_micro], [1]) m4_define([sn_version_nano], []) m4_define([sn_version_build], [@REVISION@]) -m4_define([sn_version_tag], [git]) +m4_define([sn_version_tag], []) m4_define([sn_version], [sn_version_major().sn_version_minor().sn_version_micro()ifelse(sn_version_nano(), [], [], [.sn_version_nano()])ifelse(sn_version_tag(), [git], [sn_version_tag()-sn_version_build()], [sn_version_tag()])]) 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
