summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-08-18 20:44:44 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-08-18 20:44:44 +0000
commita94dade372ef9dd31ece5872b4b7dd82d24c7464 (patch)
tree2993fce351a3db337cf456838919f60c51a3859c
parent6f0ff66c97e3ee275b1b3d36ccdbe0a92870b7b8 (diff)
downloadgdm-a94dade372ef9dd31ece5872b4b7dd82d24c7464.tar.gz
Release 2.6.0.4GDM2_2_6_0_4
Wed Aug 18 13:12:29 2004 George Lebl <jirka@5z.com> * Release 2.6.0.4
-rw-r--r--ChangeLog4
-rw-r--r--NEWS19
-rw-r--r--configure.in2
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index abd04d1e..3c2a2719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 18 13:12:29 2004 George Lebl <jirka@5z.com>
+
+ * Release 2.6.0.4
+
Wed Aug 18 13:00:09 2004 George Lebl <jirka@5z.com>
* daemon/slave.c: create .dmrc non group/world readable, though that's
diff --git a/NEWS b/NEWS
index 1de083e4..7284d23c 100644
--- a/NEWS
+++ b/NEWS
@@ -10,13 +10,17 @@ Ahh news...
- Add de_AT, de_CH, fr_BE, fr_CH, hy_AM to language list (#148349, #139454)
- Add more native versions of language names and fix up existing ones,
- #148373, #148486, 148356, #148350, #88777
+ #148373, #148486, 148356, #148350, #88777, #150293
+
+- Add support for Solaris logindevperm and usiting (Brian Cameron)
- Fix some strings, fixes #144076, #144077, #147800
- On sun we automatically make the default config add -nobanner to
the X server flags (Arvind)
+- Fix doubleclicking on the user browser in the standard greeter
+
- Fix #144007 where bad .profile could screw up a session start
- Fix #148042 by making GETTEXT_PACKAGE just gdm
@@ -24,8 +28,21 @@ Ahh news...
- Fix #147940 by properly checking if shutdown/reboot/suspend commands exist
in the graphical greeter
+- Fix #143707 by using Exclude key for the user dropdown lists in gdmsetup
+
- Fix some compiler warnings for new gcc
+- .dmrc is created with umask 077 for maximum anality
+
+- Translation updates (Kjartan Maraas, Laszlo Dvornik, Laurent Dhima,
+ Martin Willemoes Hansen, Marie Lund, Metin Amiroff, Francisco Javier F.
+ Serrador, Duarte Loreto, Tommi Vainikainen, Leonid Kanter, Changwoo Ryu,
+ Funda Wang, Artur Flinta, GNOME PL Team, Miloslav Trmac, Adam Weinberger,
+ Estevao Samuel Procopio, Tommi Vainikainen, Danilo Segan, Guntupalli
+ Karunakar, Lucas Vieites, Christian Neumair, Nikos Charonitakis,
+ Gustavo Maciel Dias Vieira, Afonso Celso Medina, Sebastien Bacher,
+ Ole Laursen, Ivan Stojmirov, Andras Timar)
+
2.6.0.3 stuff:
- Fix cpu/bandwidth eating on idle displays by not blinking the cursor
diff --git a/configure.in b/configure.in
index 9ed75bdb..f33c2b64 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.3)
+AM_INIT_AUTOMAKE(gdm,2.6.0.4)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])