diff options
author | Nick Schermer <nick@xfce.org> | 2011-06-19 20:42:14 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2011-06-19 20:42:14 +0200 |
commit | ce2d4607736d1fbfc7990125ad1f6acb9b842701 (patch) | |
tree | c2c1afc4146c832a89122df18d6b4e189e3c3eb4 | |
parent | 673b3bf04bad7fff799818a3970cdd6f96410ec2 (diff) |
Updates for release.xfce4-panel-4.8.4
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac.in | 4 |
2 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,21 @@ +4.8.4 +===== +- Systray: Fix disappearing icons when drawing at 0,0 (bug #7057). +- Panel: Fix panel loading in kiosk mode. +- Common: Update online documentation help location. +- Launcher: Fix spacing in vertical panel with arrow on the side (bug #7584). +- Panel: Set window colormap and change autohide window type (bug #7435). +- Migrate: Fix 4.6 migration of action buttons (bug #7543). +- Libxfce4panel: Fix menu positioning for moved external plugins (bug #7529). +- Panel: Improve thread-safety. +- Libxfce4panel: Idle XfcePanelImage loading. +- Pager: Make the pager message less scary. +- Windowmenu: Do not update if screen is not initilized (bug #7728). +- Libxfce4panel: Keep blinking forever (bug #7583). +- Tasklist: Fix minimizing of active transient windows (bug #7674). +- Tasklist: Add a sorting mode for tasklist reordering with dnd (bug #7058). +- Translation updates (fi, sk, pt_BR, eu, nl). + 4.8.3 ===== - Tasklist: Work around segfaulting of group buttons. diff --git a/configure.ac.in b/configure.ac.in index 6ea4018d..7b9cd116 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], [3]) +m4_define([xfce4_panel_version_micro], [4]) 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 ******************************************* |