summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-07-17 12:03:52 +0200
committerNick Schermer <nick@xfce.org>2010-07-17 12:18:04 +0200
commiteceafd4a9285e8907b6cfd7c3d292f345a872425 (patch)
tree22281dc812058be735bd835d9a63471bdaa144d3
parentbd6cfdff7cbf7c4a3855bcb2cea50944416ddca1 (diff)
Tag release.xfce4-panel-4.7.2
-rw-r--r--NEWS27
-rw-r--r--configure.ac.in6
2 files changed, 30 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index be9d22bb..3d393e2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+4.7.2
+=====
+- Fix typos in translated strings (bug #6350).
+- Fix rounding issues in panel borders.
+- Empty channel if 4.6 migration failed.
+- Load the xfce-applications.menu as default.
+- Add support for more background options (bug #1731).
+- Improved debugging support using the PANEL_DEBUG environ variable.
+- Add LIBXFCE4PANEL_VERSION.
+- Link tasklist plugin to x11 (bug #6471).
+- Fix some (possible) problems when building documentation.
+- Add support for X-XFCE-Unique=SCREEN.
+- Make sure there are not 2 active windows on ws-changes (bug #6474).
+- Make the systray takeover selection.
+- Ask to start panel when opening preferences without instance.
+- Add logout to plugin menu and drop quit and restart.
+- Add separator between help and logout in window menu.
+- Improve and cleanup code for external plugins (bug #6358).
+- Change colormap handling (bug #6358).
+- Add debug mode to run plugins in gdb (export PANEL_DEBUG=gdb,
+ logs in /tmp directory).
+- Use activate signal for launcher menu items (bug #6485).
+- Fix launching from primary clipboard (bug #6488).
+- Translation updates (pa, es, id, ru, tr, kk, ca, it, uk, ug, hr,
+ bn, fi, gl, pt_BR, de, da, eu, sk, pt, el, zh_CN, el).
+
+
4.7.1
=====
- Support for dragging menu items to create launchers (bug #2896).
diff --git a/configure.ac.in b/configure.ac.in
index df392fe1..67838e61 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], [1])
+m4_define([xfce4_panel_version_micro], [2])
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 *******************************************
@@ -39,7 +39,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])