[Xfce4-commits] [xfce/xfce4-panel] 01/02: Updates for the release
noreply at xfce.org
noreply at xfce.org
Sun Jan 4 15:19:34 CET 2015
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 709b2fdef0e563bb1456d53cc50a356c0ab0e9e1
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Jan 4 14:16:59 2015 +0000
Updates for the release
---
NEWS | 8 ++++++++
configure.ac.in | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 7d333c5..ae882b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.11.2
+======
+- Added intelligent panel hiding (JPohlmann, ochosi)
+- Action buttons: only save session when requested (bug #7930)
+- Translation updates: fi, fr, ko, de, pl, cs, es, hr, ms, nl, pt_BR,
+ ja, uk, sr, it, th, is, da, pt, en_AU, kk, ru, zh, CN, ast, tr, sk,
+ he, ar, el.
+
4.11.1
======
- Action Buttons: Fix panel autohide (bug #8960) (Petr Gajdůšek).
diff --git a/configure.ac.in b/configure.ac.in
index 978cd6e..2b2f556 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_panel_version_minor], [11])
m4_define([xfce4_panel_version_micro], [2])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_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