summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-09-05 12:13:12 +0200
committerNick Schermer <nick@xfce.org>2010-09-05 12:13:12 +0200
commit3dd578204a0172cfc00add4417ca3212398b1a99 (patch)
tree9cf867da88f138dc74753804c9aa4dc8781c863a
parent9caf913d26b96ca657df8c43ef401a3db5ef588f (diff)
Updates for release.xfce4-panel-4.7.3
-rw-r--r--NEWS23
-rw-r--r--configure.ac.in4
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3d393e2f..f382d0a9 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 3c600330..24abd0f3 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 *******************************************