summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-07-31 00:15:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-07-31 00:15:15 +0000
commit1bde40af7562118af72180a4f1eb8910b57f21ec (patch)
tree76786b606e50975c07dc6b5d0b66589df0df56c3 /NEWS
parent2b9fca8a6a3ce3ba68c246ff11815691745d2568 (diff)
downloadgdm-1bde40af7562118af72180a4f1eb8910b57f21ec.tar.gz
Release 2.4.0.5GDM2_2_4_0_5
Tue Jul 30 16:58:50 2002 George Lebl <jirka@5z.com> * Release 2.4.0.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d64afee..95964c9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,41 @@
Ahh news...
+2.4.0.5 stuff:
+
+- Applied patch from #89454 (Havoc/Owen, me) to change .gnome to .gnome2,
+ to fix interaction with gnome2. This mostly applies to the session
+ chooser. Unfortunately this resets your saved language and session
+ type.
+
+- Fix the pid checking routine on non-linux systems
+
+- Use internal routines for writing of the config file so that things
+ such as comments are now preserved, and some related problems are
+ fixed.
+
+- A whole bunch of minor fixes and cleanups, including some possible races
+ and hangs
+
+- Don't use deprecated stuff except for the occasional CList usage
+
+- Fix io channel stuff in the greeters (actually set unbuffered and NULL
+ encoding, this may just fix all the FreeBSD issues)
+
+- Recheck for gdm running before sending any update from gdmsetup, this means
+ that even if you run gdmsetup before gdm, things will still work.
+
+- Update background and logo on the fly in the standard greeter
+
+- Properly resize window in the standard greeter when we can't fit
+
+- Added several more untranslated strings to the language list
+ (Yanko Kaneti, me)
+
+- Remove the failsafe 'C' locale addition and replace it with en_US,
+ in case no en_* language is installed.
+
+- Translation updates (Fatih Demir, Pablo Saratxaga, me)
+
2.4.0.4 stuff:
- Fix George's stupidity to allow people to log in (Jacob)