=== seahorse 2.23.6 === 2008-08-03 Stef Walter * configure.in: * NEWS: * README: Release 2.23.6 2008-08-03 Stef Walter * libseahorse/libseahorse-c.vapi: * libseahorse/seahorse-context.c: * libseahorse/seahorse-object.vala: * libseahorse/seahorse-util.c: * libseahorse/seahorse-util.h: * pkcs11/p11.vapi: * pkcs11/gp11.vapi: * pkcs11/Makefile.am: * pkcs11/seahorse-pkcs11.c: * pkcs11/seahorse-pkcs11-certificate.vala: (added) * pkcs11/seahorse-pkcs11-source.vala: (added) * pkcs11/seahorse-pkcs11-module.c: * src/Makefile.am: * src/main.c: * ssh/seahorse-ssh-source.c: * configure.in: Add initial proof of concept for loading of objects from PKCS#11. 2008-07-30 Stef Walter * common/seahorse-registry.c: * common/seahorse-registry.h: * daemon/seahorse-daemon.c: * gkr/seahorse-gkr-module.c: * gkr/seahorse-gkr-module.h: * libseahorse/seahorse-context.c: * libseahorse/seahorse-context.h: * pgp/seahorse-hkp-source.c: * pgp/seahorse-ldap-source.c: * pgp/seahorse-pgp-module.c: * pgp/seahorse-pgp-module.h: * pgp/seahorse-pgp-source.c: * pkcs11/seahorse-pkcs11-module.c: * pkcs11/seahorse-pkcs11-module.h: * src/main.c: * src/seahorse-keyserver-search.c: * ssh/seahorse-ssh-module.c: * ssh/seahorse-ssh-module.h: * ssh/seahorse-ssh-source.c: Simplify initialization of modules, and make modules add sources to context explicitly. 2008-07-30 Adam Schreiber * ssh/seahorse-ssh-data.c: Fix usage of strncat. Fixes bugs #523022 and 543601 2008-07-27 Stef Walter * configure.in: Removing strange -O0 flag from eons ago. Fixes bug #544305 2008-07-27 Stef Walter * src/seahorse-viewer.vala: Close the about dialog when close button is clicked. Fixes bug #544350 2008-07-27 Stef Walter * gkr/seahorse-gkeyring-operation.c: * gkr/seahorse-gkeyring-source.c: * gkr/seahorse-gkr-commands.vala: * libseahorse/libseahorse-c.vapi: * libseahorse/seahorse-commands.vala: * libseahorse/seahorse-operation.h: * libseahorse/seahorse-source.c: * libseahorse/seahorse-source.h: * libseahorse/seahorse-transfer-operation.c: * libseahorse/seahorse-unknown-source.c: * libseahorse/seahorse-util.c: * libseahorse/seahorse-util.h: * pgp/Makefile.am: * pgp/seahorse-hkp-source.c: * pgp/seahorse-ldap-source.c: * pgp/seahorse-pgp-commands.vala: * pgp/seahorse-pgp-delete.c: (removed) * pgp/seahorse-pgp-dialogs.h: * pgp/seahorse-pgp-key.c: * pgp/seahorse-pgp-key-properties.c: * pgp/seahorse-pgp-operation.c: * pgp/seahorse-pgp-source.c: * src/seahorse-viewer.vala: * ssh/seahorse-delete.c: (removed) * ssh/seahorse-ssh-commands.vala: * ssh/seahorse-ssh-operation.c: * ssh/seahorse-ssh-source.c: Refactor the delete code so it returns proper operations and handles identities properly. 2008-07-27 Stef Walter * libseahorse/seahorse-progress.c: Fix reference counting problem on operations. 2008-07-26 Stef Walter * pkcs11/gp11.vapi: * pkcs11/Makefile.am: * pkcs11/p11.vapi: (added) * pkcs11/seahorse-pkcs11.vala: * bugs.vapi: Add functions for converting from a seahorse object id (quark) to a set of attributes that uniquely identifies a PKCS#11 object. 2008-07-26 Stef Walter * ssh/seahorse-algo.c: * ssh/seahorse-algo.h: * ssh/seahorse-ssh-key-data.c: Use base64 encoding functions in GLib rather than including our own. 2008-07-23 Adam Schreiber * configure.in: * ssh/Makefile.am: Include socket libraries. Patch from Jeff Cai. Fixes bug #544267 * libseahorse/seahorse-dns-sd.c: Fix empty struct. Patch from Jeff Cai. Fixes bug #544266 * libseahorse/seahorse-prefs.c: Fix undeclared variable. Patch from Jeff Cai. Fixes bug #544262 2008-07-22 Stef Walter * pgp/seahorse-ldap-source.c: Don't use deprecated LDAP functions. Patch by Adam Schreiber. Fixes bug #514618 2008-07-22 Stef Walter * libseahorse/seahorse-context.c: * libseahorse/seahorse-progress.c: Don't add a multi-operation to itself. Fixes bug #510992 2008-07-21 Stef Walter * configure.in: Bump version number.