summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35479aec..611a3b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-10-06 Brian Cameron <Brian.Cameron@sun.com>
+
+ * daemon/slave.c: Fix problem with PostSession
+ script not always getting executed when user
+ kills the Xserver with ctl-alt-backspace.
+ This is caused because an xioerror is generated
+ by whack clients and this xioerror needs to be
+ ignored for PostSession to be processed. This
+ problem tended not to manifest in GDM 2.6
+ because the introduction of the whack clients
+ call made the xioerror get generated earlier.
+ However, it was still a race condition and
+ this fix ensures that the xioerror will not
+ cause the slave to ever exit too early.
+ Fixes bug #152906. Patch provided by Jerry
+ G. DeLapp <jgd@lanl.gov>
+ * AUTHORS: Update AUTHORS file.
+
2005-10-05 Brian Cameron <Brian.Cameron@sun.com>
* acconfig.h, configure.in, config/gdm.conf.in,