diff options
author | George Lebl <jirka@5z.com> | 2003-07-15 17:52:22 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-07-15 17:52:22 +0000 |
commit | bac29b1c270adaed8b3fba2f7f074ce01276a564 (patch) | |
tree | 0cc93972c4020d4b55f033f53de1078664846bcb /NEWS | |
parent | f7b84760777ddd89aa2284418ffee423b98fd08b (diff) | |
download | gdm-bac29b1c270adaed8b3fba2f7f074ce01276a564.tar.gz |
Fix #97774 by resetting the rlimits back to infinity after we fork the
Mon Jul 14 16:44:19 2003 George Lebl <jirka@5z.com>
* daemon/misc.[ch], daemon/slave.c: Fix #97774 by resetting the
rlimits back to infinity after we fork the user session.
* config/gdm.conf.in, daemon/gdm.h: The default for
AlwaysRestartServer is now again false, since it turns out to be
a LOT nicer with buggy X servers (and it turns out quite a lot of
people have these).
* daemon/slave.c: properly guess the failsafeness of a session and
don't re-guess it again
* daemon/slave.c: when under the influence of rlimits never
ABORT a display since it really could just be that we're hitting
stupid limits (definately set way too low).
* daemon/slave.c, daemon/server.c, daemon/misc.c: Be extra careful
about when to reset signals to avoid races (unlikely though they
may be)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -10,14 +10,19 @@ Ahh news... - Fix DNS lookup stuff in XDMCP for places without DNS. Also cache last result of DNS lookup to cut down traffic during session setup. -- daemon, gdmgreeter and gdmlogin don't link against libgnome and - friends (gdmgreeter still uses canvas). This reduces number of - libs linked by daemon from 46 to 26, for gdmgreeter this goes - from 56 to 32 and for gdmlogin this goes from 52 to 22 +- daemon, gdmgreeter, gdmlogin and gdmchooser don't link against + libgnome and friends (gdmgreeter still uses canvas). This + reduces number of libs linked by daemon from 46 to 26, for + gdmgreeter this goes from 56 to 32 and for gdmlogin this goes + from 52 to 22, and gdmchooser is down to 27 - If a greeter crashes within 10 seconds of display start, try running a different greeter (and telling the user that) +- Fix the chooser so that it actually chooses the host that + you clicked on and not some random one. This also changes + the chooser to use GtkTreeView + - Fix #97774 by resetting the rlimits back after we fork the user session. Also make AlwaysRestartServer default to false again since it was a workaround for this bug. @@ -64,7 +69,7 @@ Ahh news... - Translation updates (Danilo Segan, Serbian team, Metin Amiroff, Christian Rose, Kjartan Maraas, Artur Flinta, Vincent van Adrighem, Valek Filippov, Laurent Dhima, Christophe Merlet, Mohammad DAMT, - Dafydd Harries) + Dafydd Harries, Kang Jeong-Hee, Simos Xenitellis) 2.4.2.96 stuff: |