[Xfce4-commits] <xfce-utils:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Jan 2 14:24:01 CET 2011
Updating branch refs/heads/master
to 6fafdbb6680f2ce02c2c9f1962c9cf009afcd6f0 (commit)
from 8d43152393c1aa533ba05a1dd065abfbed76963a (commit)
commit 6fafdbb6680f2ce02c2c9f1962c9cf009afcd6f0
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 2 14:21:04 2011 +0100
Updates for release.
NEWS | 8 +++++++-
configure.in.in | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 145a52c..8750f0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
-4.7.x
+4.7.4
=====
+- Send the xfrun4 caller environ over dbus (bug #6927).
+- Don't show popup completion if there is a single match.
+- Add an icon to the xfrun4 window.
+- Append Xfce path to XDG_DATA_DIRS (bug #7040).
+- Translation updates (he, de, zh_TW, sk, ru, pt, cs, ja,
+ en_GB, sv, id, ug).
4.7.3
diff --git a/configure.in.in b/configure.in.in
index a349451..29da69f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,10 +11,10 @@ dnl
dnl Version information
m4_define([xfce_utils_version_major], [4])
m4_define([xfce_utils_version_minor], [7])
-m4_define([xfce_utils_version_micro], [3])
+m4_define([xfce_utils_version_micro], [4])
m4_define([xfce_utils_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce_utils_version_build], [@REVISION@])
-m4_define([xfce_utils_version_tag], [git])
+m4_define([xfce_utils_version_tag], [])
m4_define([xfce_utils_version], [xfce_utils_version_major().xfce_utils_version_minor().xfce_utils_version_micro()ifelse(xfce_utils_version_nano(), [], [], [.xfce_utils_version_nano()])ifelse(xfce_utils_version_tag(), [git], [xfce_utils_version_tag()-xfce_utils_version_build()], [xfce_utils_version_tag()])])
dnl Debugging support for GIT snapshots
More information about the Xfce4-commits
mailing list