diff options
author | Nick Schermer <nick@xfce.org> | 2011-02-25 21:17:11 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2011-02-25 21:18:23 +0100 |
commit | 3c00ffe25fe581a4eace40e9a91c654fe29957b0 (patch) | |
tree | 99bc8453356a8e508945313d39eaba2542aeaa18 | |
parent | bd9cb2573fe6dfae0d5ff64aae9202b9fabb766a (diff) |
Updates for release.xfce4-panel-4.8.2
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac.in | 4 |
2 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,21 @@ +4.8.2 +===== +- Change packing order of buttons in pager to match wnck. +- Initialize tasklist viewport if screen is connected (bug #7255). +- Set some atk object names on panel buttons without label. +- Allow installation of the helpers in a custom location. +- Set a static role for the panels (bug #7094). Reverted the previous fix. +- Ask to start the panel if 'xfce4-panel -r' is called without instance. +- Respawn a child if the plugin was realized with a pid. +- Don't crash on a wrong colormap when changing screens. +- Don't activate windows in tasklist when dnd a button or plugin. +- Keep reference on window to avoid crash (bug #7193). +- Activate windows on button release events (bug #7296). +- Use the widget snapshot as tasklist draw icon. +- Fix test so manual is installed (bug #7274). +- Translation updates (he, sv, id, zh_CN, da, kk, pt, uk, + zh_TW, ja, ru). + 4.8.1 ===== - Make the panels sticky for some window managers (bug #7130). diff --git a/configure.ac.in b/configure.ac.in index c2a7140e..3ed52baf 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl current:revision:age m4_define([libxfce4panel_version_api], [1.0]) m4_define([xfce4_panel_version_major], [4]) m4_define([xfce4_panel_version_minor], [8]) -m4_define([xfce4_panel_version_micro], [1]) +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 ******************************************* |