[Xfce4-commits] [panel-plugins/xfce4-indicator-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Mar 10 00:45:25 CET 2018
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-indicator-plugin.
commit c43095f8730e19f56f8341ff2181ffdc0f2c25b8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Mar 10 00:45:00 2018 +0100
Updates for release
---
NEWS | 12 ++++++++++++
configure.ac.in | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ad81d0f..19387aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.3.4
+=====
+- Bump GTK version to 3.18, remove deprecations
+- Bug #12417: Display tooltip for indicators
+- Make sure the "clear indicators" dialog works with libxfce4ui-4.13.x
+- Fix IT_PROG_INTLTOOL warning
+- Compilation fixes for xfconf-4.13
+- Fixed bugs exposed by xfconf-4.13
+- Add option to display indicators squared
+- Fix wrong defaults for config
+- Don't display horizontal scroll within treeview
+
0.4.0
=====
support libindicator 0.4
diff --git a/configure.ac.in b/configure.ac.in
index 066d7b6..4fd363b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([indicator_version_major], [2])
m4_define([indicator_version_minor], [3])
-m4_define([indicator_version_micro], [3])
+m4_define([indicator_version_micro], [4])
m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version
m4_define([indicator_version_build], [@REVISION@])
-m4_define([indicator_version_tag], [git])
+m4_define([indicator_version_tag], [])
m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_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