=== gnome-keyring 2.25.4.2 ===

2009-01-08  Stef Walter  <[email protected]>

       * configure.in:
       * NEWS: Release version 2.25.4.2

2009-01-07  Stef Walter  <[email protected]>

       * configure.in:
       * pkcs11/Makefile.am: Disable rpc-layer component which
       has some pthread build problems, that I'll need to look into
       at a later time.

2009-01-05  Stef Walter  <[email protected]>

       * configure.in:
       * gp11/gp11.h:
       * gp11/reference/Makefile.am:
       * gp11/tests/gp11-test-module.c:
       * gp11/tests/unit-test-gp11-attributes.c:
       * pam/tests/unit-test-pam-setup.c:
       * pkcs11/gck/gck-file-store.c:
       * pkcs11/gck/gck-file-tracker.c:
       * pkcs11/gck/gck-manager.c:
       * pkcs11/gck/gck-session.c:
       * pkcs11/roots/gck-roots-certificate.c:
       * pkcs11/rpc-layer/gck-rpc-module.c:
       * pkcs11/ssh-agent/gck-ssh-agent-ops.c:
       * pkcs11/ssh-store/gck-ssh-public-key.c: Fix compiler warnings
       and add -Werror back in when --enable-tests is configured.

2009-01-05  Stef Walter  <[email protected]>

       * gp11/gp11.h:
       * gp11/gp11-slot.c: Helper function for matching mechanism types.

       * pkcs11/ssh-agent/gck-ssh-agent.c:
       * pkcs11/ssh-agent/gck-ssh-agent.h:
       * pkcs11/ssh-agent/gck-ssh-agent-ops.c:
       * pkcs11/ssh-agent/gck-ssh-agent-private.h:
       * pkcs11/ssh-agent/gck-ssh-agent-standalone.c: The modular ssh agent now
       uses keys from any available PKCS#11 slots, and automatically selects a decent
       slot for it's session keys.