summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-01-07 19:06:06 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-01-07 19:06:06 +0000
commit2eae7a34b0c520f60b1f143d3ac2ba8381461805 (patch)
tree79435da3179e7ec9240c935bb053b879503010bd
parent6241e976a326d0c2fdf4a304a6370812682dc6df (diff)
downloadgdm-2eae7a34b0c520f60b1f143d3ac2ba8381461805.tar.gz
Updated to new release version Updated.GDM2_2_20_3
2008-01-07 Brian Cameron <brian.cameron@sun.com> * Release 2.20.3: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=5608
-rw-r--r--ChangeLog6
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5111768c..9f909221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-07 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.20.3:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
2008-01-04 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm-daemon-config.c: Fix memory management for code
diff --git a/NEWS b/NEWS
index cf237398..db56914b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,44 @@
Ahh news...
+2.20.3 Stuff:
+
+- Now "Esc" key acts like the "Start Again" button in the greeter
+ program. (Ray Strode>
+
+- Fix regression in GDM 2.20 that caused the daemon to not read
+ any [server-foo] sections that were not referenced in the
+ [servers] section of the configuration file. This caused
+ problems for gdmsetup when you tried to edit the Xserver
+ configuration. (Brian Cameron)
+
+- Fix regression in GDM 2.20 that caused HaltCommand,
+ SuspendCommand, and RebootCommand to not get updated properly
+ when modified from gdmsetup. (Brian Cameron)
+
+- Fix gdmsetup so that it doesn't use gtk_init when run with
+ the "--command" option. This allows the gdmflexiserver --command
+ option to be run with setuid/setgid without problems. This fixes
+ bug #438939. (Brian Cameron)
+
+- Fix counting of open XDMCP sessions. In some situations this
+ problem would cause GDM to think the maximum number of XDMCP
+ sessions had been started when this wasn't the case. This fixes
+ bug #495623. (Andrew Ziem)
+
+- Fix Suspend configuration option so it works. (Philippe
+ Troin)
+
+- Fix so that XDMCP Willing configuration option works. (George
+ Lebl)
+
+- Fixes to avoid compiler warnings. (Brian Cameron, Larry
+ Doolittle, George Lebl)
+
+- Fix gdmsetup so it does not crash if it cannot read any
+ displays from the configuration file. (Brian Cameron)
+
+- Translation updates (Se\303\241n de B\303\272rca, Jakub Friedl)
+
2.20.2 Stuff:
- Fix bugs that were causing XDMCP to not work properly. (Robert
diff --git a/configure.ac b/configure.ac
index e5e034e4..6199b168 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.2)
+AM_INIT_AUTOMAKE(gdm,2.20.3)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE