[Xfce4-commits] <libxfce4ui:master> Updates for release.

Nick Schermer noreply at xfce.org
Fri Jan 6 21:52:01 CET 2012


Updating branch refs/heads/master
         to 7e18c808aad2d1d983e1734dbff30ff1e94a5ad6 (commit)
       from 6b7590d9193f796cca1595fd7aa720350e09b208 (commit)

commit 7e18c808aad2d1d983e1734dbff30ff1e94a5ad6
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jan 6 21:50:18 2012 +0100

    Updates for release.

 Makefile.am     |    5 +++--
 NEWS            |   18 ++++++++++++++++++
 configure.ac.in |    4 ++--
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 75713e8..f724684 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
 SUBDIRS = \
 	libxfce4ui \
 	libxfce4kbd-private \
@@ -14,6 +12,9 @@ AUTOMAKE_OPTIONS = \
 	dist-bzip2 \
 	no-dist-gzip
 
+distuninstallcheck_listfiles = \ 
+	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 distclean-local:
 	rm -rf *.cache *~
 
diff --git a/NEWS b/NEWS
index e36365d..5e3b0e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+4.9.0
+=====
+- A lot of improvements in the shortcuts code.
+- Add Alt + F1 as a shortcut for applications menu.
+- Remove unused code from the internal header widget.
+- Add xfce4-about from xfce-utils package.
+- Use xdt-csource instead of exo-csource, depend on xdt 4.9.0.
+- Update to new xfce4-appfinder commands.
+- Fix build against 3.9 Glade (bug #7334).
+- Add shortcuts for XF86WWW and XF86Mail.
+- Simplify the xfce_gdk_screen_get_active fucntion.
+- Add xfce_dialog_show_help function.
+
+4.8.1
+=====
+- Fix memory leak (bug #8079).
+- Translation updates: ar, is, ko, ms, nl, ru, sk, te, tl, zh_CN.
+
 4.8.0
 =====
 - Fix memory corruption in the register function (bug #5892).
diff --git a/configure.ac.in b/configure.ac.in
index 28163f3..95ff734 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ m4_define([libxfce4ui_version_minor], [9])
 m4_define([libxfce4ui_version_micro], [0])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])
@@ -31,7 +31,7 @@ m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2007-2011 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2007-2012 The Xfce development team])
 AC_INIT([libxfce4ui], [libxfce4ui_version], [http://bugzilla.xfce.org/], [libxfce4ui])
 AC_PREREQ([2.60])
 AC_REVISION([libxfce4ui_version_build])


More information about the Xfce4-commits mailing list