From 22c5699ba06f4b37184ecd2b2fb7ade6544f3c71 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mon, 8 Mar 2010 16:54:43 -0600 Subject: Update NEWS and configure.ac for GDM_2_29_92. --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a6757b8e..71b86ea6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +=============== +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]) -- cgit v1.2.1