From 22c5699ba06f4b37184ecd2b2fb7ade6544f3c71 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mar 08 2010 22:54:43 +0000 Subject: Update NEWS and configure.ac for GDM_2_29_92. --- diff --git a/NEWS b/NEWS index a6757b8..71b86ea 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 aad1f06..c415819 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])