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

Nick Schermer noreply at xfce.org
Sat Jul 17 12:30:01 CEST 2010


Updating branch refs/heads/master
         to eceafd4a9285e8907b6cfd7c3d292f345a872425 (commit)
       from bd6cfdff7cbf7c4a3855bcb2cea50944416ddca1 (commit)

commit eceafd4a9285e8907b6cfd7c3d292f345a872425
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jul 17 12:03:52 2010 +0200

    Tag release.

 NEWS            |   27 +++++++++++++++++++++++++++
 configure.ac.in |    6 +++---
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index be9d22b..3d393e2 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 df392fe..67838e6 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])])
 



More information about the Xfce4-commits mailing list