summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-03-10 20:48:01 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-03-10 20:48:01 +0000
commit665f404a4f4b489fa41644f2e82b4f06e0e748f3 (patch)
tree0a9bb84c16f1efc2efdd26bec854ad736338c9b0
parentf032cc617e3dc6e55741f11807b344ce092c56c6 (diff)
downloadgdm-665f404a4f4b489fa41644f2e82b4f06e0e748f3.tar.gz
Updated to new release version Updated.
2008-03-10 Brian Cameron <brian.cameron@sun.com> * Release 2.20.4: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=5986
-rw-r--r--ChangeLog14
-rw-r--r--NEWS51
-rw-r--r--configure.ac2
3 files changed, 64 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4ee230b..c1abb513 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
2008-03-10 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.20.4:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
+2008-03-10 Brian Cameron <brian.cameron@sun.com>
+
* daemon/gdm.h, po/POTFILES: Mark the default local and remote
- welcome message for translation more clearly.
+ welcome message for translation more clearly. Fixes bug
+ #519528. Thanks to Wouter Bolsterlee <uws+gnome@xs4all.nl>
+ and Frederic Crozat <fcrozat@mandriva.com> for help with
+ this patch.
2008-03-07 Brian Cameron <brian.cameron@sun.com>
@@ -36,7 +45,8 @@
also fixed bug #389734. I intended to back this change out, but I
obviously forgot to revert it with the other changes. At any rate
there is now approval to break string freeze for this string, so
- leaving this fix in.
+ leaving this fix in. Patch provided by Roberto Sarrionandia
+ <rbs.tito@gmail.com>.
2008-02-28 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 229d0cd4..0a39445d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,56 @@
Ahh news...
+2.20.4 Stuff:
+
+- The Custom Widgetry code in gdmgreeter was broken, and would not create
+ the /var/lib/$DISPLAY.GreeterInfo file properly. Due to the move away
+ from vicious-extensions and towards GKeyFile, the format of this file
+ changed slightly to INI format with the [GreeterInfo] group. The docs
+ were modified to explain this change.
+
+- Now the default local and remote welcome strings ("Welcome" and
+ "Welcome to %n") are translated. (Wouter Bolsterlee, Brian Cameron,
+ Frederic Crozat)
+
+- If the user picks the default local welcome string to be used as the
+ remote welcome string, or vice versa, then the strings will be
+ translated also. (Brian Cameron, Frederic Crozat)
+
+- Get default locale from LC_MESSAGES rather than from g_get_language_names.
+ Fixes bug #517670. (Ray Strode)
+
+- Honor GTK+ default password character rather than hardcoding to '*'. The
+ docs were modified to explain this change. Fixes bug #477881.
+ (Alexander "weej" Jones)
+
+- Provide better tooltip for entry field in gdmgreeter. (Roberto
+ Sarrionandia)
+
+- Get the environment variable XDG_DATA_DIRS before clearing the
+ environment variables. This way if the user sets XDG_DATA_DIRS before
+ running GDM, this should now be honored. (Brian Cameron)
+
+- Fix gdmsetup bug that was causing the Welcome (local and remote)
+ message to not be saved properly when changed. (Brian Cameron)
+
+- Fix the setting of the custom command NOTIFY key to avoid crashing when
+ changing the label values of a custom command in gdmsetup. (Brian
+ Cameron)
+
+- Add include of "gdm-log.h" to daemon/verify-crypt.c and
+ daemon/verify-shadow.c to fix compile issue on some platforms. (Simon
+ Munton)
+
+- Translation updates (Djihed Afifi, Takeshi AIHANA, Arangel Angov, Wouter
+ Bolsterlee, Baris Cicek, Pawan Chitrakar, Wadim Dziedzic, Maxim
+ Dziumanenko, Luca Ferretti, Leonardo Ferreira Fontenelle, Gil Forcada,
+ Jorge Gonzalez, Theppitak Karoonboonyanan, Gabor Kelemen, Peter Kovar,
+ Duarte Loreto, Kjartan Maraas, Gintautas Miliauskas, Inaki Larranaga
+ Murgoitio, Kenneth Nielsen, Daniel Nylander, Kostas Papadimas, Ankit
+ Patel, Ignacio Casal Quinteiro, St\303\251phane Raimbault, Hendrik
+ Richter, Changwoo Ryu, \303\205smund Skj\303\246veland, Marcel Telka,
+ Mugurel Tudor, Ilkka Tuohela, Philip Withnall)
+
2.20.3 Stuff:
- Now "Esc" key acts like the "Start Again" button in the greeter
diff --git a/configure.ac b/configure.ac
index 6199b168..99dc096e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.20.3)
+AM_INIT_AUTOMAKE(gdm,2.20.4)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE