summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-12-10 22:24:30 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-12-10 22:24:30 +0000
commite491a3f0a6412b929fb9a20e2353742d2f6947ab (patch)
tree6290e6d837055b67e4ca237c2d0b6de0fa3c49b6
parent1abccc329decfd2b6158080bab80b20316e6ac7a (diff)
downloadgdm-e491a3f0a6412b929fb9a20e2353742d2f6947ab.tar.gz
Updated to new release version Updated.GDM2_2_20_9
2008-12-10 Brian Cameron <brian.cameron@sun.com> * Release 2.20.9: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6633
-rw-r--r--ChangeLog9
-rw-r--r--NEWS37
-rw-r--r--configure.ac2
3 files changed, 46 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a633d9b5..b34d98b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
2008-12-10 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.20.9:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
+2008-12-10 Brian Cameron <brian.cameron@sun.com>
+
* daemon/gdm-daemon-config.c, gui/gdmsession.c: Conditionally show
- multilabel session entires when using Trusted Solaris.
+ multilabel session entires when using Trusted Solaris. Patch by
+ Stephen Browne <Stephen.Browne@sun.com>.
2008-12-10 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index a1b471ec..85824d67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,42 @@
Ahh news...
+2.20.9 Stuff:
+
+- Fix processing of configuration variables in GDM's cleanup function so
+ that configuration options aren't checked after they are freed. (Brian
+ Cameron)
+
+- Fix for underquoted strings in comparisons in the Init script. (Pacho
+ Ramos)
+
+- Update docs so that the PamStack configuration option is explained.
+ (Brian Cameron)
+
+- Correct processing of CONSOLE and PASSREQ /etc/default/login parameters
+ so that they are checked each time a user logs in, and the most recent
+ setting is used. Thus, if the value is changed, GDM honors it immediately.
+ (Brian Cameron)
+
+- Trusted Solaris integration now supports multilabel session entires.
+ (Stephen Browne)
+
+- Fix so that the gdm_ensure_sanity function is non-functional on Solaris.
+ This function sets file permissions on sockets which are inappropriate o
+ Solaris. (Brian Cameron)
+
+- When using the Solaris ZFS filesystem, the ACL's are now properly set
+ so that the "gdm" user has access to the sound device, so text-to-speech
+ can work. (Brian Cameron)
+
+- Fix for Solaris fbconsole launching code so that fbconsole is killed when
+ the user logs out. (Brian Cameron)
+
+- Use bourne-shell syntax in config/Xsession.solaris which is more portable.
+ (Takao Fujiwara)
+
+- Translation updates (Djihed Afifi, Pema Geyleg, Kenneth Nielsen, Mugurel
+ Tudor, Changwoo Ryu)
+
2.20.8 Stuff:
- Improve gdm_final_cleanup so that the slave daemon exits after
diff --git a/configure.ac b/configure.ac
index 93e15ab1..8f4db4fd 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.8)
+AM_INIT_AUTOMAKE(gdm,2.20.9)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE