[Xfce4-commits] <xfce4-panel:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Fri Feb 25 22:04:01 CET 2011
Updating branch refs/heads/xfce-4.8
to 3c00ffe25fe581a4eace40e9a91c654fe29957b0 (commit)
from bd9cb2573fe6dfae0d5ff64aae9202b9fabb766a (commit)
commit 3c00ffe25fe581a4eace40e9a91c654fe29957b0
Author: Nick Schermer <nick at xfce.org>
Date: Fri Feb 25 21:17:11 2011 +0100
Updates for release.
NEWS | 18 ++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 12b40f2..a75ba37 100644
--- a/NEWS
+++ b/NEWS
@@ -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 c2a7140..3ed52ba 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 *******************************************
More information about the Xfce4-commits
mailing list