summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-12-18 09:27:15 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-12-18 09:27:15 +0000
commit5cddd42bb4afba9d42b1030ee6fb413bda6c7d94 (patch)
tree16fbb076bfea03744de7c74bdc575431aa7be8e8
parenta63a8556ec264c5512e9f038d1cad39cb5092171 (diff)
downloadgdm-GDM_2_21_4.tar.gz
Update for releaseGDM_2_21_4
2007-12-18 William Jon McCann <mccann@jhu.edu> * NEWS: Update for release svn path=/trunk/; revision=5569
-rw-r--r--ChangeLog6
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
3 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7458272c..8b493f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+==== 2.21.4 ====
+
+2007-12-18 William Jon McCann <mccann@jhu.edu>
+
+ * NEWS: Update for release
+
2007-12-18 William Jon McCann <mccann@jhu.edu>
* gui/simple-greeter/Makefile.am:
diff --git a/NEWS b/NEWS
index 734b407c..8d40e45f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Version 2.21.4
+===============
+
+ * Break-out settings-daemon into external module
+ * Add session chooser to login window (Ray Strode)
+ * Add login window resizing animations (Ray Strode)
+ * Fix cookie generation and handling (Ray Strode)
+ * Setup gconf database for greeter session. (Matthias Clasen)
+ * Log session console i/o to ~/.xsession-errors (Ray Strode)
+
+===============
Version 2.21.2
===============
diff --git a/configure.ac b/configure.ac
index 9b32b16c..4f9f7a0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [2.21.2],
+ [2.21.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])
@@ -47,7 +47,6 @@ PANGO_REQUIRED_VERSION=1.3.0
LIBGLADE_REQUIRED_VERSION=1.99.2
SCROLLKEEPER_REQUIRED_VERSION=0.1.4
GCONF_REQUIRED_VERSION=2.6.1
-GNOME_SETTINGS_DAEMON_REQUIRED_VERSION=2.21.4
EXTRA_COMPILE_WARNINGS(yes)
@@ -87,7 +86,6 @@ PKG_CHECK_MODULES(SIMPLE_GREETER,
gtk+-2.0 >= $GTK_REQUIRED_VERSION
libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED_VERSION
- gnome-settings-daemon >= $GNOME_SETTINGS_DAEMON_REQUIRED_VERSION
)
AC_SUBST(SIMPLE_GREETER_CFLAGS)
AC_SUBST(SIMPLE_GREETER_LIBS)