summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-07-23 19:52:44 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-07-23 19:52:44 +0000
commitd8243741f4a2d705e8cdc3c22b3e811bb03f6d42 (patch)
tree11b4fa8413f7aa0a830805095431e1d56b168fe7
parent4b1c30ece0e3e5d87bf5eba69fe2596ff0bafbc6 (diff)
downloadgdm-GDM2_2_4_0_3.tar.gz
Release 2.4.0.3GDM2_2_4_0_3
Tue Jul 23 12:20:26 2002 George Lebl <jirka@5z.com> * Release 2.4.0.3
-rw-r--r--ChangeLog4
-rw-r--r--NEWS55
-rw-r--r--configure.in2
3 files changed, 60 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa2952d9..2a304acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 23 12:20:26 2002 George Lebl <jirka@5z.com>
+
+ * Release 2.4.0.3
+
Tue Jul 23 11:20:56 2002 George Lebl <jirka@5z.com>
* config/gnomerc.in, config/Makefile.am, config/Xsesssion.in,
diff --git a/NEWS b/NEWS
index d7804eb5..78cd47c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,60 @@
Ahh news...
+2.4.0.3 stuff:
+
+- My girlfriend doesn't like that ugly green color that is used as the
+ default so use the one that ximian is using since that one is pretty cool.
+
+- Update the session scripts (especially the Xsession) setup and update the Pre
+ and Post scripts to be all nice and all that. This fixes a whole bunch of
+ weird problems.
+
+- Run gnome-volume-control -i in gnomerc
+
+- When the users shell is some weird binary name (something that we don't know
+ if it is a shell or not) run users session in bash or sh. should fix #64662
+
+- Make sessreg very happy. Should fix sessreg issues on BSD, and now
+ sessreg registers the correct pid with the utmp/wtmp so it all works
+ out nicely
+
+- Run xmodmap with the default Xmodmap in the Init script, this might fix
+ #86098
+
+- Fix the error display to be nicer and wider
+
+- In main server wake up the main loop on signals, this may fix some
+ non-linux issues on systems where poll is not woken up by signals
+
+- Apply a few ximain patches, or at least do changes inspired by them
+
+- Some cleanups/fixes of places where unix is very weird and could cause
+ problems in fringe cases
+
+- The gdmXnestchooser now works much better in the Xnest only mode, that
+ is on rh 7.3 it now actually works again. You can also start it only
+ as gdmXnest to get the pure Xnest only mode. This would be the user
+ friendly way of starting Xnest.
+
+- Add busy cursor when starting the configurator, and a busy cursor when
+ restarting the greeter
+
+- Fix restoring the window order after we change the greeter, fixes #88533
+ (The window was disappearing before)
+
+- Happygnome theme yet again fixed (Frederic Crozat)
+
+- 24 hour clock preference now on the main page in gdmsetup
+
+- gdmsetup greeter themebrowser now wraps test correctly
+
+- Corrected some language names and added a few extra languages, fixes
+ among others #88273, #88423
+
+- Translation updates (Christian Rose, Vincent van Adrighem, Zbigniew Chyla,
+ Ole Laursen, Hasbullah Bin Pit, Christophe Merlet, Changwoo Ryu,
+ Kjartan Maraas, Jarkko Ranta, Jordi Mallach, Yanko Kaneti, me)
+
2.4.0.2 stuff:
- Add busy cursor when we start X so that the user knows that GDM
diff --git a/configure.in b/configure.in
index d6123856..de5acb0d 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.2)
+AM_INIT_AUTOMAKE(gdm,2.4.0.3)
AM_MAINTAINER_MODE
GDK_PIXBUF_REQUIRED=1.3.1