[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Mar 8 23:04:33 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 95428f6202625433d8505f8cf0a1a48770c1223d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Mar 8 23:03:58 2020 +0100
Updates for release
---
NEWS | 13 +++++++++++++
configure.ac.in | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 25f7305..101ad92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.2.2
+======
+- Check tooltip type before deconstructing (Bug #15110)
+- Preferences: Improved layout (Bug #14676)
+- Fix building against xfce4-panel>=4.15
+- Translation Updates:
+ Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch, English (Australia), Finnish, French,
+ Galician, German, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
+ Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish,
+ Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
+ Spanish, Swedish, Turkish, Ukrainian
+
0.2.1
=====
- Added support for rectangular icons even when square icons option is enabled
diff --git a/configure.ac.in b/configure.ac.in
index 9b7c776..2084982 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], [1])
+m4_define([sn_version_micro], [2])
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.
More information about the Xfce4-commits
mailing list