summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-10-15 21:54:54 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-10-15 21:54:54 +0000
commitd9d5c4a036b3fee5ff4ae680c2a54aeeb5e74637 (patch)
tree1533fde3b9ef60a15fad4fae7827c62b5c2c2f71
parentb8bf2f1a9484d74978f9623fba6c2f592bb9e447 (diff)
downloadgdm-d9d5c4a036b3fee5ff4ae680c2a54aeeb5e74637.tar.gz
Updated to new release version Updated.
2007-10-15 Brian Cameron <brian.cameron@sun.com> * Release 2.20.1: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=5365
-rw-r--r--ChangeLog6
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e2f5322..a2b9b2a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-15 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.20.1:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
2007-10-15 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c, gui/greeter/gdmgreter_item_pam.c: Change
diff --git a/NEWS b/NEWS
index 9bc4194b..b199d238 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,44 @@
Ahh news...
+2.20.1 Stuff:
+
+- Now gdmlogin and gdmgreeter treat Tab like enter if the focus
+ is on the entry field. This addresses usability issues as
+ described in bug #433495. (Lo\357c Minier)
+
+- Fix bug that was causing the user's default language/session choices
+ to not get saved properly if they didn't already have a $HOME/.dmrc
+ file. (Brady Anderson)
+
+- Fix bug with XDMCP logic that was causing GDM to get confused
+ about when the maximum number of XDMCP sessions has been reached.
+ (Francis Giraldeau)
+
+- Fix an issue that was causing the username to be logged as a debug
+ message when using GDM configured to use crypt or shadow passwords
+ (instead of the default PAM). This could cause the user's password
+ to get saved as a debug message if the user accidently typed their
+ password into the username field when using crypt/shadow passwords.
+ No longer translate debug messages in general. (Brian Cameron)
+
+- Set stdout/stderr to DEV_NULL when spawning at_spi_registryd and
+ the prefetch program, fixing a hanging problem. (Huang Peng)
+
+- GDM now always sends the daemon a response before exit to avoid a
+ hang. (Ray Strode)
+
+- Fix gdmXnestchooser and gdmsetup so debug isn't on by default.
+ (Brian Cameron)
+
+- Updated the gdmgreeter themes so that they display correctly
+ on 800x600 displays. (Dave Fincher)
+
+- Build/configure fixes for Solaris. (Brian Cameron)
+
+- Translation updates (Sunil Mohan Adapa, Gil Forcada, Duarte Loreto,
+ S\303\255lvia Miranda, Ankit Patel, Ignacio Casal Quinteiro,
+ Changwoo Ryu)
+
2.20.0 Stuff:
- Now support --with-atspi-dir so you can specify a non-default
diff --git a/configure.ac b/configure.ac
index 56ee30e2..24a4d8d1 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.0)
+AM_INIT_AUTOMAKE(gdm,2.20.1)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE