summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-05-03 16:24:32 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2010-05-03 16:24:32 -0500
commit5cd0bc48477920b90d6526ba1625d195bffb6461 (patch)
tree49aa57fa984deae2bae0c58b799d19b1340ad6db
parent1842b8bfd6ef42db24ea32bf75f103e973cba923 (diff)
downloadgdm-5cd0bc48477920b90d6526ba1625d195bffb6461.tar.gz
Update for 2.31.1 release.GDM_2_31_0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d673cab..7ae32645 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 5bff0812..bd8804ba 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])