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 8898d93984fda0fe5dd069011cf43e288f48c4a3 Author: Andrzej <[email protected]> Date: Sun Jun 22 22:48:04 2014 +0100 Updates for the release --- NEWS | 14 ++++++++++++++ configure.ac.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b73e407..7d333c5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +4.11.1 +====== +- Action Buttons: Fix panel autohide (bug #8960) (Petr Gajdůšek). +- Application sMenu: fixed incorrect initial icon size in some Gtk themes. +- Window Buttons: fixed rendering of minimized window buttons. +- Applications Menu: changed default button title to "Applications". +- Window Buttons: wrap windows when scrolling through window list + (Andre Miranda). +- libxfce4panel: preserve ArrowButton relief during blinking. +- Window Buttons: prevent several buttons to be selected at once. +- Action Buttons: default to a horizontal button layout in the deskbar mode. +- Translation updates: ja, sv, hr, es, de, vi, ast, nb, it, bg, fr, nl, uk, + zh_CN, kk, pl, zh_TW, ru, is, nb, id, th, pt, he, en_AU, pt_BR, sr, ms + 4.11.0 ====== - Window Buttons: Improve the tasklist multimonitor handling. diff --git a/configure.ac.in b/configure.ac.in index cd873fa..98f0b75 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], [1]) 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
