=== gnome-keyring 2.20.1 === 2007-10-15 Stef Walter * configure.in: * NEWS: Release gnome-keyring 2.20.1 2007-10-09 Stef Walter * configure.in: * pam/Makefile.am: Link pam module with libpam. Patch by Sebastian Dröge. Fixes bug #484629 2007-10-04 Stef Walter * pam/Makefile.am: * configure.in: * Makefile.am: Remove 'install-pam' make target and just use --with-pam-dir Patch by Rémi Cardona. Fixes bug #474219. 2007-10-04 Stef Walter * tests/unit-test-cleanup.c: Appease dumb GCC error. 2007-10-03 Stef Walter * daemon/gkr-daemon-ops.c: * library/gnome-keyring-result.h: * library/gnome-keyring-utils.c: * tests/unit-test-keyrings.c: Add a NO_MATCH result code and return it when 'find' has zero results. We do this because it seems that several poorly coded applications don't know how to handle empty lists. gnome-keyring-daemon used to return 'access denied' in this case, which is clearly bogus. So since we don't want to break ABI, we need to return another failure result code. Fixes bug #476682 2007-10-03 Stef Walter * keyrings/gkr-keyrings.c: Don't remove keyrings on exit which clears the 'default' file. Just free them. 2007-09-23 Stef Walter * daemon/gkr-daemon-ops.c: Add newly created keyrings to our list of loaded keyrings. Patch by Darren Kenny. Fixes bug #476644