summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])