[Xfce4-commits] <xfce-utils:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Jun 18 08:10:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to b5bd76a986a2ff947d2d0391fdb6e8e14e4c649f (commit)
from 7517282a6a825000f22812da47b93b4f35a95167 (commit)
commit b5bd76a986a2ff947d2d0391fdb6e8e14e4c649f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jun 18 08:05:15 2011 +0200
Updates for release.
NEWS | 17 ++++++++++++++++-
configure.in.in | 4 ++--
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 2fddc76..8cdf287 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.8.2
+=====
+- Update translators, week 5 to 23.
+- Use "Run Program..." as xfrun4 dialog title (bug #7078).
+- Use entry icon to show spawn error (bug #7200).
+- Only try a selection of strings in exo-open (bug #7200).
+- Do not enable the terminal checkbox for manpages (bug #7702).
+- Do not set GTK_PATH (bug #7483).
+- Don't hardcode the documentation directory (bug #7512).
+- Add Greek manual screenshots.
+- Allow installation of the helpers in a custom location.
+- Translation updates: Turkish, Dutch, Indian Telugu, Chinese and
+ Portuguese.
+
+
4.8.1
=====
- Make sure XDG_CONFIG_DIRS contains the installed xdg dir.
@@ -105,7 +120,7 @@
4.6.0
=====
-- Fix sysconfdir and datadir not being expanded properly in
+- Fix sysconfdir and datadir not being expanded properly in
xinitrc (bug #4924).
- Export GTK_PATH variable in xinitrc so that GTK+ has a chance to find
the Xfce theme engine even in a custom prefix (bug #4925).
diff --git a/configure.in.in b/configure.in.in
index 9937ef3..219f71e 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], [8])
-m4_define([xfce_utils_version_micro], [1])
+m4_define([xfce_utils_version_micro], [2])
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