[gdm] Update for 2.29.1 release.



commit 13a1510677f83a9b7a01d416021fb035cba4b67d
Author: Brian Cameron <Brian Cameron sun com>
Date:   Mon Nov 30 16:27:07 2009 -0600

    Update for 2.29.1 release.

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c6fd001..1dc422c 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
 ===============
 
diff --git a/configure.ac b/configure.ac
index abd4276..aa728e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 
 AC_PREREQ([2.60])
 AC_INIT([gdm],
-        [2.29.0],
+        [2.29.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
 
 AC_CONFIG_SRCDIR([daemon/gdm-manager.c])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]