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

Nick Schermer noreply at xfce.org
Wed Sep 21 21:04:02 CEST 2011


Updating branch refs/heads/xfce-4.8
         to fcf9d7a9885282e2770fe35d4f4037c7f8ed3d4a (commit)
       from 9b84b6cd66885c5513357b3ea6497505cbef66b2 (commit)

commit fcf9d7a9885282e2770fe35d4f4037c7f8ed3d4a
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Sep 21 20:58:45 2011 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 4bf6de7..306d65b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.8.6
+=====
+- Panel: Wait until the wm is ready on all screens (bug #7161).
+- Systray: Control the thinkness of the frame (bug #7593).
+- Launcher: Fix broken compilation (bug #7966).
+- Launcher: Don't reconstruct the items on save (bug #7952).
+- Applicationsmenu: Fix segfault with not-existing menu (bug #7895).
+- Libxfce4panel: Avoid problem if panel is not yet realized.
+- Panel: Print string in case of an invalid position.
+- Libxfce4panel: Always try to return an icon.
+- Directorymenu: Also send the target directory as arg (bug #7745).
+- Translation updates (it, tr, nl, sk, pt_BR, te, zh_CN, pt, ru, ko,
+  ja, ro, fr, kk, ms, es, id, eu).
+
 4.8.5
 =====
 - Tasklist: Avoid unneeded dnd actions.
diff --git a/configure.ac.in b/configure.ac.in
index aca981b..f7e74f4 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], [5])
+m4_define([xfce4_panel_version_micro], [6])
 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