diff options
author | Nick Schermer <nick@xfce.org> | 2011-09-21 20:58:45 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2011-09-21 20:58:45 +0200 |
commit | fcf9d7a9885282e2770fe35d4f4037c7f8ed3d4a (patch) | |
tree | 26c1c7cdd2c0cbb2cce45c2a4cf679d3ecb1881e | |
parent | 9b84b6cd66885c5513357b3ea6497505cbef66b2 (diff) |
Updates for release.xfce4-panel-4.8.6
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac.in | 4 |
2 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +4.8.6 +===== +- Panel: Wait until the wm is ready on all screens (bug #7161). +- Systray: Control the thinkness of the frame (bug #7593). +- Launcher: Fix broken compilation (bug #7966). +- Launcher: Don't reconstruct the items on save (bug #7952). +- Applicationsmenu: Fix segfault with not-existing menu (bug #7895). +- Libxfce4panel: Avoid problem if panel is not yet realized. +- Panel: Print string in case of an invalid position. +- Libxfce4panel: Always try to return an icon. +- Directorymenu: Also send the target directory as arg (bug #7745). +- Translation updates (it, tr, nl, sk, pt_BR, te, zh_CN, pt, ru, ko, + ja, ro, fr, kk, ms, es, id, eu). + 4.8.5 ===== - Tasklist: Avoid unneeded dnd actions. diff --git a/configure.ac.in b/configure.ac.in index aca981b7..f7e74f4c 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], [5]) +m4_define([xfce4_panel_version_micro], [6]) 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 ******************************************* |