[gdm] Update for 2.31.1 release.



commit 5cd0bc48477920b90d6526ba1625d195bffb6461
Author: Brian Cameron <Brian Cameron sun com>
Date:   Mon May 3 16:24:32 2010 -0500

    Update for 2.31.1 release.

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0d673ca..7ae3264 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ===============
+Version 2.31.0 
+===============
+
+- GDM now better compiles with -DGSEAL_ENABLED.  Fixes bug #612472.
+- Tweak power manager policy to shutdown immediately when hitting power.
+  Previously it would show a dialog with a 60 second timeout.  Fixes bug
+  #617317.
+- Sort session using file basename.  Fixes bug #617516.
+- Avoid double conversion to utf8 in keyboard layout descriptions.  Fixes bug
+  #617108.
+- Fix build failure when libxdmcp is not available.  Fixes bug #616984.
+- String fixes.  Fix bug #609178.
+
+===============
 Version 2.30.1 
 ===============
 
diff --git a/configure.ac b/configure.ac
index 5bff081..bd8804b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 
 AC_PREREQ([2.60])
 AC_INIT([gdm],
-        [2.30.2],
+        [2.31.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]