diff options
author | Pablo Saratxaga <pablo@mandrakesoft.com> | 2002-01-11 20:18:24 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-01-11 20:18:24 +0000 |
commit | 06a2ff0ffe57fac4a1a077df301eae7abae03a7a (patch) | |
tree | ecfa9ceded3bcdde32a35847188ab7f69efe27d2 /NEWS | |
parent | fb44889e7586089ebce14baea42e69810f2a4b90 (diff) | |
download | gdm-06a2ff0ffe57fac4a1a077df301eae7abae03a7a.tar.gz |
raise version
Fri Jan 11 12:44:27 2002 George Lebl <jirka@5z.com>
* configure.in: raise version
* Merge from 2.2 up to MERGE_3
2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure,in (ALL_LINGUAS): Added "eu".
Mon Dec 31 18:54:25 2001 George Lebl <jirka@5z.com>
* daemon/slave.c: set egid to the correct value before we do setuid
to avoid running the session with gdm group privilages. (Note
that all session files run bash and thus drop those, but this
is a problem for the failsafes)
* gui/gdmlogin.c: Make PositionX and PositionY follow the standard
X geometry behaviour where negative values mean position from
lower/right edge
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ Ahh news... +2.3.90.1 stuff: + +- All changes up to 2.2.5.4 + +2.2.5.4 stuff: + +- SECURITY FIX! Make sure the egid is reset to the user gid before + starting a session. This could present a security risk under a + certain circumstances, that is if your /bin/sh does not drop privilages. + It also fixes the failsafe gnome session + +- PositionX and PositionY now take negative values that work + like standard X geometries. A negative value is an offset from + the right/lower edge. + 2.3.90.0 stuff: - All changes up to 2.2.5.3 |