summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6757b8e..71b86ea6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Version 2.29.92
+===============
+
+- The greeter is not torn down until pam_open_session finishes since
+ some PAM modules can ask questions up until this point.
+- The daemon now kills the session process rather than the entire process
+ group, fixing bug #607738. The cooresponding gnome-session bug #607658
+ is released with 2.29.92 so this works properly.
+
+===============
Version 2.29.6
===============
diff --git a/configure.ac b/configure.ac
index aad1f06f..c4158190 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [2.29.6],
+ [2.29.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])