summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-01-10 12:19:38 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-01-10 12:19:38 +0000
commitbfb93f6a1313c5fd809135311ef5262c38bb4539 (patch)
tree31c0d8be48c240127c06078f33a82f4df718aa8e /ChangeLog
parent802fd1f29bcf3312dcb93d9e3bab4649ba6535f2 (diff)
downloadgdm-bfb93f6a1313c5fd809135311ef5262c38bb4539.tar.gz
When slave is exitting we should kill the old X server really. It should
Wed Jan 10 07:22:29 2001 George Lebl <jirka@5z.com> * daemon/server.[ch], daemon/slave.c: When slave is exitting we should kill the old X server really. It should be possible to reuse, but currently this was leading to hangs. Also only wait for the server if the kill worked to avoid hanging in waitpid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 664cf60f..0c9aa054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jan 10 07:22:29 2001 George Lebl <jirka@5z.com>
+
+ * daemon/server.[ch], daemon/slave.c: When slave is exitting
+ we should kill the old X server really. It should be possible to
+ reuse, but currently this was leading to hangs. Also only
+ wait for the server if the kill worked to avoid hanging in
+ waitpid.
+
Wed Jan 10 03:20:48 2001 George Lebl <jirka@5z.com>
* config/gdm.conf.in: add empty line for automatic login (disabled)