[gdm] Update for 2.28.0 release.



commit 5c8062ce77df94d6966d23174f53b93a00ed0d95
Author: Brian Cameron <Brian Cameron sun com>
Date:   Mon Sep 21 15:16:01 2009 -0500

    Update for 2.28.0 release.

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a4865b5..186025a 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 250e453..bbfa9b9 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]