summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2005-10-06 19:47:12 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-10-06 19:47:12 +0000
commit8e5f7d8b9d064e13bb98506a7f0f3ef246a235d8 (patch)
tree416c4a3fd01c952383dc4bcc9db5e4bc50bb1bd5 /ChangeLog
parent678d08b1906742bb8ade8fe7335f6f4fcc5c72d8 (diff)
downloadgdm-8e5f7d8b9d064e13bb98506a7f0f3ef246a235d8.tar.gz
Fix problem with PostSession script not always getting executed when user
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>
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,