Updates for the release

Desktop / Xfce / xfce4-panel - Andrzej [gmail.com] - 15 February 2014 21:16 UTC



###

diff --git a/NEWS b/NEWS
index 80b4892..b73e407 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.11.0
+======
+- Window Buttons: Improve the tasklist multimonitor handling.
+- Scroll the items list in the config dialog box (bug #10582)
+- Set EWMH client type to WNCK_CLIENT_TYPE_PAGER (bug #10508).
+- Fixed transparency issues with Gtk3 plugins.
+- Workspace Switcher: fixed aspect ratio in deskbar mode.
+- Added --enable-gtk3 configure flag. Note: it produces gtk2/gtk3 versions
+ of libxfce4panel and wrapper binary so that both gtk2 and gtk3 plugins can
+ be embedded. The panel and stock plugins are still using gtk2.
+- Applications Menu: Use new GarconGtkMenu.
+- Window Buttons: middle-click action configurable (nothing, close, minimize).
+- Drectory Menu: Pass path to argument (bug #10270).
+- Window Buttons: close a window on middle click (bug #8096).
+- Applications Menu: support for non-square icons and layout fixes.
+- Install XfcePanelPlugin properties at once.
+- Clock: added support for timezone selection.
+- Put each window in a new window group.
+- Window Buttons: Show urgent windows from other workspaces (bug #5167).
+- Clock: calendar popup.
+
4.10.1
======
- Bugfix in icon/pixbuf resizing code.
diff --git a/configure.ac.in b/configure.ac.in
index 9357577..980abaa 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [10])
+m4_define([xfce4_panel_version_minor], [11])
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 *******************************************

8854413 Updates for the release
NEWS | 21 +++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)

Upstream: git.xfce.org


  • Share