[Xfce4-commits] [xfce/xfce4-panel] 02/03: Updates for the release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 17:39:23 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 5839b3540b00587ebf7e9ac64f638f17a2ea7601
Author: Peter de Ridder <peter at xfce.org>
Date: Sat Feb 28 17:10:41 2015 +0100
Updates for the release
---
NEWS | 13 +++++++++++++
configure.ac.in | 6 +++---
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index ae882b4..f5a62f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.12.0
+======
+- Actions: Use localization for confirmation dialog titles (bug #11949)
+ (Ramon Dantas).
+- Use actual output geometry to place panels (bug #11058) (John Lindgren).
+- Tasklist: Fix grouped icons sometimes are wrongly rendered as a mini-icon
+ (bug #10846) (Mauro Giubileo).
+- Actions: Use common icon names (bug #11513).
+- Pager & tasklist: Disabled wrapping when scrolling (bug #6401).
+- Clock: Prevent recursion of symlinks.
+- Make panel hide intelligently with shaded windows (bug #11371).
+- Translation updates: he, es, sl, nb, ast, ru, pl, bg, fr, ro
+
4.11.2
======
- Added intelligent panel hiding (JPohlmann, ochosi)
diff --git a/configure.ac.in b/configure.ac.in
index 6a5eeb1..1e6c265 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [11])
-m4_define([xfce4_panel_version_micro], [3])
+m4_define([xfce4_panel_version_minor], [12])
+m4_define([xfce4_panel_version_micro], [0])
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