summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-06-03 15:47:19 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2010-06-03 15:47:19 -0500
commit8a979c6534fdf9c128442ca2c0c50a9d236fedfb (patch)
tree81deca5f09d50e0801dae2e66d48f8fedbf4b6f1
parent00842e8de0a7c8b5d64352d38b24cd26c7ee736c (diff)
downloadgdm-GDM_2_20_11.tar.gz
Update NEWS for 2.20.11.GDM_2_20_11
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eee2be3e..f28ffa61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
Ahh news...
+2.20.11 Stuff:
+
+- No longer print invalid encoded strings since this can causemaster the user's
+ password to be logged in the syslog if it contains invalid characters
+ and if GDM debug is enabled. Fixes bug #571846.
+
+- Fix call to g_markup_printf_escaped so NULL strings are not passed in.
+
+- Fix the login GUI dialog that asks the user if they want to change their
+ default session when the one in the user's .dmrc file is not installed on
+ the system.
+
+- Switch buttons "Make Default" and "Just For This Session" for better
+ usability. Fixes bug #597661.
+
+- On Solaris, GDM now configure favors the Xfree Xinerama interfaces over
+ the obsolete Solaris specific interfaces. This ensures that Xinerama
+ works on OpenSolaris where Xfree should be used, and also on Solaris 10
+ where the Solaris specific interfaces should be used. Fixes bug #580060.
+
+- Fixes for "make distcheck".
+
2.20.10 Stuff:
- Ensure that gid/egid are set to 0 when running the Init, PostLogin,