2008-06-30 Brian Cameron * Release 2.20.7: * configure.ac: Updated to new release version * NEWS: Updated. 2008-06-24 Brian Cameron * configure.ac: Fix setting of variable so it is bourne-shell compliant, so it does not cause an error running on Solaris. 2008-06-19 Brian Cameron * configure.ac: Set default HOST_GDM_RBAC_SYSCMD_KEYS to also include the RBAC key for Suspend, when building on Solaris. Patch by Simon Zheng. 2008-06-16 Brian Cameron * daemon/slave.c: When processing BaseXsession, only accept the first word. Since the slave calls g_access with this value, it will fail if there is more than one word or even trailing space in this configuration value. Makes the code a bit more robust. 2008-06-10 Brian Cameron * daemon/verify.h: Remove gdm_verify_check prototype since this function does not exist anymore. 2008-06-10 Brian Cameron * daemon/verify-pam.c: Clean up the libaudit calls so that we just log the failed login attempt once in the pamerr block rather than at each failure point. Add libaudit logging when autologin is being used. 2008-06-03 Brian Cameron * daemon/gdm-daemon-config.c: Free the pointer array via g_free instead of g_ptr_array_free. Fixes an error where an assertion was being triggered when GDM is exiting. Further fix for bug #517526. Patch by Frederic Crozat . 2008-05-22 Brian Cameron * daemon/getvt.c: Change 3rd argument of XInternAtom to True, so that the XFree86_VT Atom is not created if it does not exist.