summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-09-21 15:16:01 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2009-09-21 15:16:01 -0500
commit5c8062ce77df94d6966d23174f53b93a00ed0d95 (patch)
tree04f1de2fa54452ee6172f96c622523cc5b54e4bf
parent867a675de8cd650bb7c463a67adfab247c1cfcc0 (diff)
downloadgdm-5c8062ce77df94d6966d23174f53b93a00ed0d95.tar.gz
Update for 2.28.0 release.GDM_2_28_0
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4865b50..186025ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
===============
+Version 2.28.0
+===============
+
+- Now GDM supports the ability to specify the automatic/timed login user via a
+ script via the same interface that the old GDM supported.
+- Now the user's dmrc and face image files are stored in /var/cache/gdm, so
+ that the login process does not need to access the user's $HOME directory
+ before authentication. Refer to bug #565151.
+- Fix the login GUI options widget so the language/session/layout choices are
+ not reset after a failed login.
+- Fix language dialog so it does not crash if the user click's the "OK" button
+ when no language is selected.
+- Fix to ensure that the login dialog regains focus after the language or
+ layout dialogs are used.
+- The language dialog has improved logic to sort the language names more
+ correctly.
+- Make sure to check error variable is not NULL before referencing it in the
+ gdm-user-manager code.
+- Make sure to not print NULL strings since this causes crashes on some
+ platforms.
+- Improve documentation.
+
+===============
Version 2.27.90
===============
diff --git a/configure.ac b/configure.ac
index 250e4530..bbfa9b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [2.27.91],
+ [2.28.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])