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

Nick Schermer noreply at xfce.org
Fri Dec 30 21:18:04 CET 2011


Updating branch refs/heads/master
         to 66df2a1dd8e986016f13b131388bb9f982edaff1 (commit)
       from 51e53829d089a998802ac82ae4db312afec43eba (commit)

commit 66df2a1dd8e986016f13b131388bb9f982edaff1
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Dec 30 21:13:14 2011 +0100

    Updates for release.

 NEWS            |   26 ++++++++++++++++++++++++++
 configure.ac.in |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 306d65b..02beb76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+4.9.0
+=====
+- Panel: Add option in preferences dialog to disable struts (bug #7202).
+- Showdesktop: Allow middle-click to shade windows (bug #7177).
+- Panel: Add style property to control size of autohide window.
+- Panel: Make compositing settings insensitive (bug #7862).
+- Tasklist: Add option to disable mouse scrolling (bug #6996).
+- Tasklist: Make the plugin shrink instead of expand (bug #7389, #7129).
+- Drop AC_PROG_LIBTOOL and AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.
+- Clock: Use realtime POSIX timers for the clock.
+- Actions: Merge functionality of xfce4-session plugin.
+- Applicationmenu: Show menu on button-press-event (bug #8047).
+- Migrate: Add version based config migration.
+- Clock: Fix typo in tooltip (bug #8137).
+- General: Add deskbar mode and nrows property to plugins.
+- General: Add small property for plugins.
+- Separator: Remove new line option.
+- General: Make plugins work with deskbar mode and small property.
+- Panel: Change drop highlighting to a red line.
+- Applicationmenu: Reload menu on directory changes.
+- Panel: Make sure the panel has a position on startup (bug #8287).
+- Panel: Work with a unique id for each panel.
+- Panel: Remove autosaving on exit and with timeout.
+- Panel: Only save what is required and when needed.
+- Docs: Update to latest version.
+
 4.8.6
 =====
 - Panel: Wait until the wm is ready on all screens (bug #7161).
diff --git a/configure.ac.in b/configure.ac.in
index 367313c..01ae400 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_panel_version_minor], [9])
 m4_define([xfce4_panel_version_micro], [0])
 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