2008-12-10 Brian Cameron * Release 2.20.9: * configure.ac: Updated to new release version * NEWS: Updated. 2008-12-10 Brian Cameron * daemon/gdm-daemon-config.c, gui/gdmsession.c: Conditionally show multilabel session entires when using Trusted Solaris. Patch by Stephen Browne . 2008-12-10 Brian Cameron * daemon/slave.c: Use full path to chmod when setting ACL's with ZFS filesystems. 2008-12-10 Brian Cameron * daemon/verify-pam.c: Correct processing of CONSOLE and PASSREQ /etc/default/login parameters so they are checked each time a user logs in, and the latest value honored. The previous code would not unset the setting even if you modified the /etc/default/login file 2008-12-08 Brian Cameron * daemon/slave.c: Fix how GDM sets ACL's on Solaris so it also works with ZFS filesystems. Now only set ACL's when a11y is turned on, since they are not needed otherwise. * config/Xsession.solaris: Correct setting of VTE_CJK_WIDTH when on Solaris. Updated patch from Takao Fujiwara . 2008-12-07 Brian Cameron * config/Init.in: Fix underquoted strings, refer to bug #563550. Patch by Pacho Ramos 2008-11-14 Brian Cameron * daemon/misc.c: Modify the gdm_ensure_sanity function so that it does nothing on Solaris. Solaris Trusted Extensions has different assumptions about how sockets should be set up, and it's better for GDM to not second-guess this. 2008-10-23 Brian Cameron * daemon/gdm.c: Move call to gdm_final_cleanup after accessing configuration options since gdm_final_cleanup will clear them. An obvious error uncovered after looking at bug #502975. 2008-10-23 Brian Cameron * daemon/server.c: Fix fbconsole launching code so that if it fails to run, the forked child just exits. 2008-09-29 Brian Cameron * daemon/display.h, daemon/server.c: Update the code which launches fbconsole so that fbconsole is killed after the display is done being used. This only affects Solaris, which uses fbconsole. * daemon/server.[ch]: Remove unused gdm_server_reinit function. 2008-09-17 Brian Cameron * config/Xsession.solaris: Use bourne-shell syntax for setting VTE_CJK_WIDTH. Just works better on Solaris.