commit 49cdaf5df8732f4085ff3e6b64bb09beb1f7e9c5 Author: Stef Walter Date: 2012-07-14 Release version 0.6 NEWS | 7 +++ configure.ac | 2 +- docs/reference/libsecret/libsecret-examples.sgml | 52 ++++++++-------- libsecret/tests/test-clear-password.js | 68 +++++++++++++++++++++ libsecret/tests/test-clear-password.py | 69 ++++++++++++++++++++++ libsecret/tests/test-remove-password.js | 68 --------------------- libsecret/tests/test-remove-password.py | 69 ---------------------- 7 files changed, 171 insertions(+), 164 deletions(-) commit e0ba10ee09d66d5eba05798ea268437fb9e23518 Author: Stef Walter Date: 2012-07-14 Rename secret_password_remove() to secret_password_clear() * It's clearer what happens here: we try to remove as many matching passwords as possible. * Also rename secret_service_remove() to secret_service_clear() * Rename secret_password_clear() which used to wipe password memory to secret_password_wipe(). docs/reference/libsecret/libsecret-sections.txt | 16 ++-- .../libsecret/migrating-libgnome-keyring.xml | 8 +- libsecret/Secret-1.metadata | 6 +- libsecret/secret-methods.c | 54 ++++++------ libsecret/secret-password.c | 88 ++++++++++---------- libsecret/secret-password.h | 12 +-- libsecret/secret-service.h | 6 +- libsecret/tests/Makefile.am | 4 +- libsecret/tests/test-methods.c | 46 +++++----- libsecret/tests/test-password.c | 38 ++++----- libsecret/tests/test-remove-password.js | 14 ++-- libsecret/tests/test-vala-lang.vala | 16 ++-- tool/secret-tool.c | 20 ++--- 13 files changed, 162 insertions(+), 166 deletions(-) commit 7efb4d5073815f58c4ecb917821d3998dcd1e373 Author: Colin Walters Date: 2012-07-13 build: Disable parallelism in tests libsecret/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) commit 19eb104158083808f864e34eb03a40e5698659c3 Author: Colin Walters Date: 2012-07-13 build: Fix parallel make issue SecretUnstable.gir depends on Secret.gir, which in turn depends on the stuff that was previously listed. libsecret/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 69fd67ae19aff85f5e565d06949d731b7f8da908 Author: Stef Walter Date: 2012-07-13 Properly refer to the fact that multiple passwords may be removed. libsecret/secret-password.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6422acd085ef76d69f3182b593175d7275abd873 Author: Colin Walters Date: 2012-07-13 build: Various introspection-related build fixes Don't set PKG_CONFIG_PATH, this breaks jhbuild; instead, use --include-uninstalled to tell the scanner where to find internal libraries. Don't set _PACKAGES = gio-2.0; we already pick that up from the Gio-2.0.gir. https://bugzilla.gnome.org/show_bug.cgi?id=679852 libsecret/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 5d725daf29b0f90654367e6b9aa2e3c6b8a44384 Author: Stef Walter Date: 2012-07-13 Clearer warning when using unstable parts of API libsecret/secret.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 79d1f4b71842cbff82db1080046f8a77a4a3d611 Author: Stef Walter Date: 2012-07-13 The secret_attribute_build() functions are stable libsecret/secret.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 561e5c72ba33be522a12e941fc5f1950bb5cddf2 Author: Stef Walter Date: 2012-07-13 The predefined secret schemas are stable libsecret/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fc7d144bb262ab11f63c5fb9953f33c7e663a49 Author: Stef Walter Date: 2012-07-13 Search for mock-service-0.vapi in the right directory libsecret/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 772eef69e65d8d810554b074b495439dffeb0912 Author: Stef Walter Date: 2012-07-13 Documentation fix for SecretItem:flags libsecret/secret-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 77f8368a3ad34e16faab5e467b4024861ad4a8be Author: Stef Walter Date: 2012-07-13 Install headers to libsecret-1 instead of secret-1 * Clearer and more consistent libsecret/Makefile.am | 2 +- libsecret/libsecret.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)