[Xfce4-commits] <xfce4-panel:xfce-4.8> Updates for release.

Nick Schermer noreply at xfce.org
Sun Jun 19 20:50:02 CEST 2011


Updating branch refs/heads/xfce-4.8
         to ce2d4607736d1fbfc7990125ad1f6acb9b842701 (commit)
       from 673b3bf04bad7fff799818a3970cdd6f96410ec2 (commit)

commit ce2d4607736d1fbfc7990125ad1f6acb9b842701
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jun 19 20:42:14 2011 +0200

    Updates for release.

 NEWS            |   18 ++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 13d5279..34887ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+4.8.4
+=====
+- Systray: Fix disappearing icons when drawing at 0,0 (bug #7057).
+- Panel: Fix panel loading in kiosk mode.
+- Common: Update online documentation help location.
+- Launcher: Fix spacing in vertical panel with arrow on the side (bug #7584).
+- Panel: Set window colormap and change autohide window type (bug #7435).
+- Migrate: Fix 4.6 migration of action buttons (bug #7543).
+- Libxfce4panel: Fix menu positioning for moved external plugins (bug #7529).
+- Panel: Improve thread-safety.
+- Libxfce4panel: Idle XfcePanelImage loading.
+- Pager: Make the pager message less scary.
+- Windowmenu: Do not update if screen is not initilized (bug #7728).
+- Libxfce4panel: Keep blinking forever (bug #7583).
+- Tasklist: Fix minimizing of active transient windows (bug #7674).
+- Tasklist: Add a sorting mode for tasklist reordering with dnd (bug #7058).
+- Translation updates (fi, sk, pt_BR, eu, nl).
+
 4.8.3
 =====
 - Tasklist: Work around segfaulting of group buttons.
diff --git a/configure.ac.in b/configure.ac.in
index 6ea4018..7b9cd11 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], [3])
+m4_define([xfce4_panel_version_micro], [4])
 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