[Xfce4-commits] <xfce4-session:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Mon Sep 12 21:28:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to ed089e5a52af917839340fd357feb53d9a3544c4 (commit)
from 62187206fa299691129674107dbb23be9df476c0 (commit)
commit ed089e5a52af917839340fd357feb53d9a3544c4
Author: Nick Schermer <nick at xfce.org>
Date: Mon Sep 12 21:25:57 2011 +0200
Updates for release.
NEWS | 13 ++++++++++++-
configure.in.in | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8acca72..600b177 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
-4.8.x
+4.8.2
=====
- Fix crash if save timeout for a client is triggered (bug #7320).
- Fix configuration location in manpage (bug #7371).
- Fix GDM_LANG usage to be compatible with GDM3 (bug #7400).
+- Drop usage of G_CONST_RETURN macro.
+- Don't exit the session on dbus restarts.
+- Start KDE4 services instead of KDE3.
+- Reduce size of splash engines.
+- Remove the nopreview image.
+- Add Greek manual screenshots.
+- On installation create relative paths in symlinks to images
+- Only perform hostname checks when TCP connections are enabled.
+- Updated translations: Spanish (Castilian), Malay, Russian, Korean,
+ Slovak, Chinese (China), Portuguese (Brazilian), Dutch (Flemish),
+ Kurkish, Romanian, Italian.
4.8.1
=====
diff --git a/configure.in.in b/configure.in.in
index ddcf2d9..140a5ee 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,7 +8,7 @@ dnl
dnl Version information
m4_define([xfsm_version_major], [4])
m4_define([xfsm_version_minor], [8])
-m4_define([xfsm_version_micro], [1])
+m4_define([xfsm_version_micro], [2])
m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfsm_version_build], [@REVISION@])
m4_define([xfsm_version_tag], [])
More information about the Xfce4-commits
mailing list