summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-11-30 16:27:07 -0600
committerBrian Cameron <Brian.Cameron@sun.com>2009-11-30 16:27:07 -0600
commit13a1510677f83a9b7a01d416021fb035cba4b67d (patch)
treed8f9d0b75263af18ad7b3a70f4f8eb2570352dca /NEWS
parent21dd56cbc29deeee742e7a07fb3f10a8511bda0b (diff)
downloadgdm-13a1510677f83a9b7a01d416021fb035cba4b67d.tar.gz
Update for 2.29.1 release.GDM_2_29_1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6fd0012..1dc422c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
===============
+Version 2.29.1
+===============
+
+- A new desktop extension is now supported in GDM session desktop files
+ (normally found in /usr/share/xsessions). Setting the key to true as follows:
+
+ X-GDM_BypassXsession=true
+
+ will cause the Xsession script to not be used to launch the session. This
+ can be useful if you want to create a "failsafe" xterm session. The Xsession
+ script sources the user's $HOME/.profile, for example, so setting this key
+ to true will ensure that any errors in the user's $HOME/.profile will not
+ cause the session to fail to start.
+
+- Fix makedist problem.
+
+===============
Version 2.29.0
===============