summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-03-08 16:54:43 -0600
committerBrian Cameron <Brian.Cameron@sun.com>2010-03-08 16:54:43 -0600
commit22c5699ba06f4b37184ecd2b2fb7ade6544f3c71 (patch)
tree1f1ed153faa095d65e139d4aab4d4a30a681619e
parentd7eb8557ff3e57cede7bb828a2e0d27415ab5b75 (diff)
downloadgdm-GDM_2_29_92.tar.gz
Update NEWS and configure.ac for GDM_2_29_92.GDM_2_29_92GDM_2_28_92
-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])