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

Nick Schermer noreply at xfce.org
Sun Sep 5 12:18:01 CEST 2010


Updating branch refs/heads/master
         to 3dd578204a0172cfc00add4417ca3212398b1a99 (commit)
       from 9caf913d26b96ca657df8c43ef401a3db5ef588f (commit)

commit 3dd578204a0172cfc00add4417ca3212398b1a99
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 5 12:13:12 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 3d393e2..f382d0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+4.7.3
+=====
+- Add support to run plugins in valgrind.
+- Add lXext to tasklist libraries (bug #6471).
+- Add a pager mode with normal buttons.
+- Fix menu positioning with autohide panels.
+- Always wait for a grab if we popup menus from events.
+- Don't handle grabs on the window from menu's.
+- Register the plugin menu to block autohide.
+- Make the session warning a non-aborting error for startxfce4.
+- Allow to quit the panel if no session manager is running.
+- Improve checking if we own the dbus name.
+- Delay allocation of event table until we use it.
+- Add workspace settings option to pager submenu.
+- Libxfce4panel-1.0.pc is missing variable localedir (bug #6629).
+- Remove deprecated encoding key from desktop files.
+- Move helpers applications to $libdir.
+- Move module panel plugins in $libdir/xfce4/panel/plugins.
+- Add cast to fix a compile error in external 4.6 plugins.
+- Fix activating the panel when a plugin asks for focus.
+- Translation updates (pt_BR, da, hu, de, pt, ca, fr, kk, it,
+  zh_TW).
+
 4.7.2
 =====
 - Fix typos in translated strings (bug #6350).
diff --git a/configure.ac.in b/configure.ac.in
index 3c60033..24abd0f 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], [7])
-m4_define([xfce4_panel_version_micro], [2])
+m4_define([xfce4_panel_version_micro], [3])
 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