summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-09-12 21:25:57 +0200
committerNick Schermer <nick@xfce.org>2011-09-12 21:25:57 +0200
commited089e5a52af917839340fd357feb53d9a3544c4 (patch)
treeb96deba60c0a21edc3843564acea61d9c27eba73
parent62187206fa299691129674107dbb23be9df476c0 (diff)
downloadxfce4-session-ed089e5a52af917839340fd357feb53d9a3544c4.tar.gz
Updates for release.xfce4-session-4.8.2
-rw-r--r--NEWS13
-rw-r--r--configure.in.in2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8acca72c..600b177a 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 ddcf2d9f..140a5eed 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], [])