summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS42
-rw-r--r--config/gettextfoo.h1
-rw-r--r--configure.in2
4 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e00a510..a08d63a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 11 10:46:46 2004 George Lebl <jirka@5z.com>
+
+ * Release 2.6.0.3
+
Mon Jun 07 09:17:23 2004 George Lebl <jirka@5z.com>
* config/XKeepsCrashing: Add system-config-display and also check
diff --git a/NEWS b/NEWS
index f6b56450..3d67aa97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,47 @@
Ahh news...
+2.6.0.3 stuff:
+
+- Fix cpu/bandwidth eating on idle displays by not blinking the cursor
+ after 20 seconds of inactivity on anything other then :0, fixes #135764
+
+- In the face greeter cut after a comma in the gecos field if there are
+ at least two commas since then it's probably some login arguments and
+ not the name of the user, "fixes" #142274
+
+- Apply patch to make the language dialog at most 600 pixels so that it
+ doesn't look too crappy on large displays, #142175 (Leonard Michlmayr)
+
+- Fix last_x_failed possible infinite loop on slow machines, #141497
+
+- Fix multihead wanker code in the *mouselistener modules, this confused
+ the moronic bonobo DISPLAY logic
+
+- Don't use certain languages on the console. Controlled by the
+ daemon/ConsoleCannotHandle config key, but that's a hack. Oh well,
+ better then displaying garbage in cjk and similar. "fixes" #135387
+
+- Ensure proper ~/.ICEauthority permissions to fix broken cases such
+ as gnome-session vs. suid root apps that create root owned ~/.ICEauthority,
+ "fixes" #137345
+
+- We no longer use `which' command which is horribly broken on some horribly
+ broken systems and use a private shell version, #133245 (Brian Cameron, me)
+
+- Solaris fixes, #137600 (build), #133245 (chown arguments) (Brian Cameron,
+ Ivan Noris)
+
+- Support system-config-display as X setup for FC2
+
+- Further shell quoting paranoia in gdmsetup
+
+- Many minor fixes
+
+- Add some new new icons (James M. Cape)
+
+- Translation updates (Francisco Javier F. Serrador, Alexander Shopov,
+ Rostislav Raykov, Dinesh Nadarajah, Asmund Skjaeveland)
+
2.6.0.2 stuff:
- Fix PAM braindamage in #119853 and #126984 (Frederic Crozat, me)
diff --git a/config/gettextfoo.h b/config/gettextfoo.h
index cb3dfd35..a7510c77 100644
--- a/config/gettextfoo.h
+++ b/config/gettextfoo.h
@@ -9,5 +9,6 @@ const char *foo = N_("I cannot start the X server (your graphical interface). I
const char *foo = N_("Would you like to view the detailed X server output as well?");
const char *foo = N_("I cannot start the X server (your graphical interface). It seems that the pointer device (your mouse) is not set up correctly. Would you like to view the X server output to diagnose the problem?");
const char *foo = N_("Would you like me to try to run the mouse configuration program? Note that you will need the root password for this.");
+const char *foo = N_("Would you like me to try to run the mouse configuration program? Note that you will need the root password for this.");
const char *foo = N_("This is the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner");
const char *foo = N_("I could not start your session and so I have started the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner");
diff --git a/configure.in b/configure.in
index 782707ed..0b8a336b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.6.0.2)
+AM_INIT_AUTOMAKE(gdm,2.6.0.3)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])