summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2009-03-19 04:43:48 +0000
committerBrian Cameron <bcameron@src.gnome.org>2009-03-19 04:43:48 +0000
commit617677b4056cd9287a72239cd4849314273f1d5e (patch)
treea2a90c7860aaa8fd550570cf72a55e13be978fb8
parentd7e9495fd35ae421bfaa6de8dc70a3b21dabfdb8 (diff)
downloadgdm-617677b4056cd9287a72239cd4849314273f1d5e.tar.gz
Updated to new release version Updated.GDM2_2_20_10
2009-03-19 Brian Cameron <brian.cameron@sun.com> * Release 2.20.10: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6787
-rw-r--r--ChangeLog6
-rw-r--r--NEWS44
-rw-r--r--configure.ac2
3 files changed, 51 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b13c45..5be887e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-03-19 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.20.10:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
+2009-03-19 Brian Cameron <brian.cameron@sun.com>
+
* daemon/slave.c: Make sure that gid/egid are set to 0 when running
the Init, PostLogin, PreSession, and PostSession scripts. This
ensures that all scripts are run with consistent permisions.
diff --git a/NEWS b/NEWS
index 85824d67..eee2be3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,49 @@
Ahh news...
+2.20.10 Stuff:
+
+- Ensure that gid/egid are set to 0 when running the Init, PostLogin,
+ PreSession, and PostSession scripts. This ensures that all scripts are
+ run with consistent permissions. (Brian Cameron)
+
+- Ensure that the DISPLAY environment variable is never cleared upon changing
+ language. It is important for some PAM modules to have the DISPLAY variable
+ available. (Brian Cameron)
+
+- Improve the way that keycode values are initialized in the keymouselistener
+ gesture listener. Using Xorg 1.5 the keycode initialization code does not
+ always work if XKB is not initialized by the time the login GUI starts.
+ So the gesture listener now checks if the initialization failed and
+ reinitializes upon keypress if there was a failure. (Brian Cameron)
+
+- Enhance gdm-ssh-session so that the port value can be specified when doing
+ a remote ssh connection. (Thomas Bechtold)
+
+- Fix double-free issue and provide better error reporting when the command
+ specified by gdmdynamic can not be parsed. (Chris Wilson, Brian Cameron)
+
+- Correct how the host variable is freed in gdm_xdmcp_handle_message so it
+ is not freed before it is last used. (Brian Cameron)
+
+- Make sure that pwent gets set before calling audit_fail_login, otherwise
+ failed audit records are not set properly. (Brian Cameron)
+
+- Avoid printing NULL strings in the slave daemon. (Brian Cameron)
+
+- Backout Solaris specific code from the Xsession script. This code was moved
+ to /etc/X11/xinit/xinitrc.d scripts, which is a better place to store such
+ distro specific code than in the GDM module. (Takao Fujiwara)
+
+- Set default PRIO values properly on Solaris. (Brian Cameron)
+
+- Improve Solaris SDTLOGIN logic so that the "/var/dt" directory gets created
+ if it is missing. (Brian Cameron)
+
+- Use g_remove instead of g_unlink when removing directories since it is
+ safer. (Brian Cameron)
+
+- Translation updates (\303\205smund Skj\303\246veland)
+
2.20.9 Stuff:
- Fix processing of configuration variables in GDM's cleanup function so
diff --git a/configure.ac b/configure.ac
index 8f4db4fd..8d384bdb 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.9)
+AM_INIT_AUTOMAKE(gdm,2.20.10)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE