[Xfce4-commits] <xfdesktop:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Fri Apr 22 21:16:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to 5f94e7c60a9fb2f877482c1c11646f06c752f330 (commit)
from 418b545b928ed064e44b2d1427184596dd8ab07c (commit)
commit 5f94e7c60a9fb2f877482c1c11646f06c752f330
Author: Nick Schermer <nick at xfce.org>
Date: Fri Apr 22 20:21:45 2011 +0200
Updates for release.
NEWS | 8 +++++++-
configure.ac.in | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index b58ebe9..73138ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,13 @@
-Xfdesktop 4.8.x
+Xfdesktop 4.8.2
---------------
* Fix a crash on focus in when items are selected (bug #7313).
Reported and fixed by Ambroz Bizjak.
+ * Retrieve the translated desktop file name.
+ * Fix potential crash in xfdesktop-settings (bug #7301).
+ * Fix creation of empty file from template menu (bug #7230).
+ * Stop altering the root window pixmap to avoid X crash (bug #7442).
+ * Translation updates: Ukrainian, Turkish, Lithuanian, Swedish,
+ Danish, Chinese, Romanian, Kazakh.
Xfdesktop 4.8.1
diff --git a/configure.ac.in b/configure.ac.in
index 8ba0a0c..8dfcc65 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [8])
-m4_define([xfdesktop_version_micro], [1])
+m4_define([xfdesktop_version_micro], [2])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[git])
+m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
More information about the Xfce4-commits
mailing list