summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog4
-rw-r--r--NEWS36
-rw-r--r--configure.in2
3 files changed, 41 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c5263b4..62adb5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 30 16:58:50 2002 George Lebl <jirka@5z.com>
+
+ * Release 2.4.0.5
+
Tue Jul 30 16:56:51 2002 George Lebl <jirka@5z.com>
* gui/gdmsetup.c: fix setting the welcome string properly
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)
diff --git a/configure.in b/configure.in
index ea63354e..6ae95b74 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl
AC_PROG_INTLTOOL
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.4.0.4)
+AM_INIT_AUTOMAKE(gdm,2.4.0.5)
AM_MAINTAINER_MODE
GDK_PIXBUF_REQUIRED=1.3.1