2007-09-06 Brian Cameron * Release 2.19.8: * configure.ac: Updated to new release version * NEWS: Updated. 2007-09-06 Brian Cameron * configure.ac: Add support for /usr/X11/bin/Xorg when setting X_PATH, etc. Patch by Laszlo Peter . 2007-09-01 Brian Cameron * daemon/gdm-daemon-config.c: Fix bug #470390 where GDM was not properly executing a custom start script. This relates to my previous fix for bug #462613, which didn't fix this part. 2007-08-31 Brian Cameron * MAINTAINERS: Update so it is in the right format. * configure.ac: Fix bug from the last commit that caused the HALT_COMMAND to no longer get set. 2007-08-29 Brian Cameron * configure.ac: Make it possible to configure system dependant options by setting environment variables before running configure. Patch by Laszlo Peter 2007-08-29 Brian Cameron * daemon/slave.c: Fix bug with ConsoleKit that occurs when the session is going to migrate. Previous code was failing to send the notification when the greeter is not TYPE_FLEXI. Fixes bug #461056. Patch by Ian Jackson 2007-08-28 Brian Cameron * gui/greeter/greeter_canvas_item.c: Set invisible character to '*' if the configuration file does not specify to use invisible or circles. This change was already fixed for gdmlogin, refer to 2007-06-04 entry. Fixes bug #439089 for gdmgreeter. Patch by Sebastien Bacher . 2007-08-27 Brian Cameron * daemon/verify-pam.c: When using gdm_verify_standalone_pam_conv we need to send echo to FALSE when PAM_PROMPT_ECHO_OFF is handled. Fixes bug #470728.