2006-11-22 Brian Cameron * Release 2.16.3: * NEWS: Updated. * configure.ac: Update to new release version. 2006-11-06 Brian Cameron * daemon/verify-pam.c: Update to make casting more clear. This fixes a problem noticed with the Kerberos PAM module. Kerberos was sending the proper error message but gdm was not accessing it properly. This message comes as "struct pam_message" and is accesed using a double pointer "**msg".GDM was treating msg as a pointer to an array of "num_msg"s of "struct pam_message" whereas it actually is pointer to a pointer to an array of "num_msg"s of "struct pam_message". 2006-11-06 Brian Cameron * utils/Makefile.am: Add back X_EXTRA_LIBS and X_LIBS to gdm-dmx-reconnect-proxy to fix bug #368808. 2006-10-31 Erwann Chenede - Backporting Erwann Chenede's altfile feature to 2.16. * gui/greeter/greeter_parser.c: introduced altfile[n] property to cater for alternate image file definition. * gui/greeter/greeter_item_customlist.c: Fix casting. 2006-10-31 Brian Cameron * gui/greeter/greeter_item_customlist.c: Fix custom lists so that focus does not leave the username/password entry field. * gui/greeter/greeter_item_pam.c: Minor cleanup.