summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-11-27 00:02:51 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-11-27 00:02:51 +0000
commitb5072d0534718dfc25504b7c96f11badeca9334b (patch)
tree3d8cb00edc33a75744dc2de53f979ba578d456d6
parentd4e4022bdebc6db2050de5ebcfb0b01b1511bfe2 (diff)
downloadgdm-GDM2_2_20_2.tar.gz
Updated to new release version Updated.GDM2_2_20_2
2007-11-26 Brian Cameron <brian.cameron@sun.com> * Release 2.20.2: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=5527
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
3 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e6e7584..172f931b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-26 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.20.2:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
2007-11-26 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm-xdmcp-manager.c: Fix so that the XDMCP configuration
diff --git a/NEWS b/NEWS
index b199d238..2e1a4a56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
Ahh news...
+2.20.2 Stuff:
+
+- Fix bugs that were causing XDMCP to not work properly. (Robert
+ Nelson and Brian Cameron)
+
+- Fix so that XDMCP configuration options are read from the
+ configuration file. (Andrew Ziem)
+
+- Fix bug with gdmXnestchooser where it wasn't starting Xephyr with
+ the correct arguments. (Andrew Ziem)
+
+- Fix so that GDM allows setting of LC_TYPE without setting LANG.
+ (Sjoerd Simons and Takao Fujiwara)
+
+- Icon imporvements. (Luca Ferretti)
+
+- Fix leaks. (Andrew Ziem)
+
2.20.1 Stuff:
- Now gdmlogin and gdmgreeter treat Tab like enter if the focus
diff --git a/configure.ac b/configure.ac
index bf2f2118..e5e034e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.20.1)
+AM_INIT_AUTOMAKE(gdm,2.20.2)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE