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

Nick Schermer noreply at xfce.org
Tue Jun 21 22:18:10 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 8f311d767cebada683aa2beda9c80c6f548eea7c (commit)
       from d1919e70739a940210082ce68121da0ae4c9953f (commit)

commit 8f311d767cebada683aa2beda9c80c6f548eea7c
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Jun 21 22:09:35 2011 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 34887ae..4bf6de7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.8.5
+=====
+- Tasklist: Avoid unneeded dnd actions.
+- Launcher: Fix plugin size with arrow button (bug #7747).
+- Tasklist: Allow both motion activation and dnd (bug #7755).
+- Panel: Fix off-by-one error in strut sizes (bug #7739).
+- Tasklist: Fix assert in button dnd (bug #7741).
+- Panel: Make preferences dialog work in Gtk+ 2.24.5.
+- Systray: Add xfpm to known apps for a decent icon.
+- Tasklist: Drop Gtk 2.22 API.
+- Migrate: Fix 4.6 transparency migration (bug #7523).
+- Translation updates (nl, zh_CN, de, pt, ja).
+
 4.8.4
 =====
 - Systray: Fix disappearing icons when drawing at 0,0 (bug #7057).
diff --git a/configure.ac.in b/configure.ac.in
index a5a8038..397939d 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], [4])
+m4_define([xfce4_panel_version_micro], [5])
 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