summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@src.gnome.org>2003-08-25 18:00:10 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-08-25 18:00:10 +0000
commitf153ea6f4c3e13cba94f84e3817927d663508e5c (patch)
treee30ddbdc85b99e7b337283cb85500955aca56296
parentca40b9b5131397502d1ab22f7d1699a938aeba38 (diff)
downloadgdm-f153ea6f4c3e13cba94f84e3817927d663508e5c.tar.gz
Forgot some notes in the ChangeLog
-George
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a790ddd6..f5bfbccc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,11 @@ Mon Aug 25 10:47:30 2003 George Lebl <jirka@5z.com>
* daemon/slave.c: It appears some people are not letting
us redirect the ~/.xsession-errors and close the pipe
for us and we weren't handling EOF correctly (and ran
- into a very tight loop then) Also fix select usage,
- fix some minor bugs with respect to returns from the
- read call, catch and handle the XFSZ signal
+ into a very tight loop then). This fixes #120580.
+ Also fix select usage, and fix some minor bugs with
+ respect to returns from the read calls. Also catch
+ and handle the XFSZ signal to avoid abrupt logouts when
+ evil limits are set.
* docs/C/gdm.xml: updates relating to the ~/.xsession-errors
stuff and how to handle the Xsession file.