summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-01-23 08:54:20 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-01-23 08:54:20 +0000
commitb0aba202e1260536a05dd4842189cf89474ce87c (patch)
treefd98a26445c2d607774a72d14dd25c089f6b792f /ChangeLog
parent651f3ccbb401995fb3cf41fc4a9d46f2a8b0b034 (diff)
downloadgdm-b0aba202e1260536a05dd4842189cf89474ce87c.tar.gz
Avoid catching sigchld when trying to call XOpenDisplay. This corrects an
2006-01-22 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Avoid catching sigchld when trying to call XOpenDisplay. This corrects an issue where GDM catches a second SIGCHLD when trying to restart. In this situation the slave freezes even though the Xserver and the session are killed. This causes the display to no longer manage itself. svn path=/trunk/; revision=4538
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e4a418e..94af8b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-01-22 Brian Cameron <brian.cameron@sun.com>
+ * daemon/slave.c: Avoid catching sigchld when trying to call
+ XOpenDisplay. This corrects an issue where GDM catches a
+ second SIGCHLD when trying to restart. In this situation
+ the slave freezes even though the Xserver and the session
+ are killed. This causes the display to no longer manage
+ itself.
+
+2006-01-22 Brian Cameron <brian.cameron@sun.com>
+
* gui/gdmsetup.diff: Patch to fix c99 compiling. Patch by
Jens Granseuer <jensgr@gmx.net>. Fixes bug #399486.