From 5c8062ce77df94d6966d23174f53b93a00ed0d95 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mon, 21 Sep 2009 15:16:01 -0500 Subject: Update for 2.28.0 release. --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a4865b50..186025ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +=============== +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]) -- cgit v1.2.1