summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-07-31 01:05:55 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2008-07-31 01:05:55 +0000
commita97fcf8c53c11898b28160a3d75050eacf9133db (patch)
tree5508852d3ffb7926bf91b88494f879ba00131fb3
parent5267c5f144eb3da5ac76d961771ce1e07a59f34d (diff)
downloadgdm-GDM_2_23_2.tar.gz
Update for 2.23.2 releaseGDM_2_23_2
2008-07-30 William Jon McCann <jmccann@redhat.com> * configure.ac: * NEWS: Update for 2.23.2 release svn path=/trunk/; revision=6340
-rw-r--r--ChangeLog8
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e872ec7a..99524b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+==== 2.23.2 ====
+
+2008-07-30 William Jon McCann <jmccann@redhat.com>
+
+ * configure.ac:
+ * NEWS:
+ Update for 2.23.2 release
+
2008-07-30 William Jon McCann <jmccann@redhat.com>
* daemon/Makefile.am:
diff --git a/NEWS b/NEWS
index 3433643d..6f1eb7d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
===============
+Version 2.23.2
+===============
+
+ * Requires ConsoleKit 0.3.0
+
+ * Keyboard layout selection from greeter (Matthias Clasen)
+ * Save backup of ~/.xsession-errors (Tom London)
+ * Add a GConf key for not showing the user list (Matthias Clasen)
+ * Now support PostLogin, PreSession, and PostSession hooks (Brian Cameron)
+ * Add DisallowTCP back (Ray Strode)
+ * Support PAM_XDISPLAY and PAM_XAUTHDATA (Eamon Walsh)
+ * Add lang tags, to help Pango pick the right font (Matthias Clasen)
+ * Set the initial user selection correctly
+ * Add frame around user icons and make them larger
+ * Write gdm screenshot output to /var/run/gdm instead of /tmp
+ * Save one old copy of greeter log file
+ * Set a minimum width for the login window
+ * Fix check for /etc/gdm/Init/Default so it will actually be executed
+ * Wait for ready from backend when cancelling from greeter
+ * Use per session directories in /var/run/gdm for xauth databases
+ * Move ConsoleKit registration into the worker
+
+===============
Version 2.22.0
===============
diff --git a/configure.ac b/configure.ac
index 1c03d1a9..9fd53f19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [2.23.1],
+ [2.23.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])