commit 1c400704de3856c40678f5242478de74823255c4
Author: Stef Walter <stefw@gnome.org>
Date:   2012-08-06

    Release version 0.8

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 9011932730586dafe860e06503a91bcacd1139b1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   2012-08-05

    Actually export SECRET_SCHEMA_NOTE
    
    The regex for exported symbols was keeping the predefined
    schemas from being available to outside users of the library.
    This was showing up as a link error for seahorse, which is
    trying to use SECRET_SCHEMA_NOTE.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681255

 libsecret/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e43cba8174274d68356f298b06dda09827d810e5
Author: Stef Walter <stefw@gnome.org>
Date:   2012-08-06

    Fix up libsecret licensing
    
     * License libsecret under LGPL2.1+. We can do this because the
       files that make up the library are either LGPL2.0+ or LGPL2.1+
     * Correctly include a file which contains the full texts of the
       various licenses used in the tests.
     * Include license headers in some files that contained no license
       headers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680781

 COPYING                                    | 218 ++++++-----
 COPYING.TESTS                              | 587 +++++++++++++++++++++++++++++
 libsecret/tests/mock-service-delete.py     |  13 +-
 libsecret/tests/mock-service-lock.py       |  13 +-
 libsecret/tests/mock-service-normal.py     |  13 +-
 libsecret/tests/mock-service-only-plain.py |  13 +-
 libsecret/tests/mock-service-prompt.py     |  13 +-
 libsecret/tests/mock/__init__.py           |  11 +
 libsecret/tests/test-clear-password.js     |  10 +
 libsecret/tests/test-clear-password.py     |  11 +
 libsecret/tests/test-lookup-password.js    |  10 +
 libsecret/tests/test-lookup-password.py    |  11 +
 libsecret/tests/test-store-password.js     |  10 +
 libsecret/tests/test-store-password.py     |  11 +
 libsecret/tests/test-unstable.js           |  10 +
 libsecret/tests/test-unstable.py           |  11 +
 libsecret/tests/test-vala-lang.vala        |  11 +
 libsecret/tests/test-vala-unstable.vala    |  11 +
 18 files changed, 883 insertions(+), 104 deletions(-)

commit 66a7a81216122f2b9b845a722133da005f5237c3
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-31

    Fix introspection tests
    
     * Regressed due to hiding of internal symbols in libsecret.so and
       creation of a separate libsecret-testable.so library

 libsecret/Makefile.am                   |  1 +
 libsecret/secret-private.h              |  2 --
 libsecret/secret-service.c              | 22 +++++++++++++---------
 libsecret/tests/Makefile.am             |  1 -
 libsecret/tests/mock-service.c          |  3 +--
 libsecret/tests/test-clear-password.py  |  3 ++-
 libsecret/tests/test-lookup-password.py |  3 ++-
 libsecret/tests/test-methods.c          |  1 +
 libsecret/tests/test-password.c         |  1 +
 libsecret/tests/test-paths.c            |  1 +
 libsecret/tests/test-service.c          |  1 +
 libsecret/tests/test-store-password.py  |  3 ++-
 libsecret/tests/test-unstable.py        |  1 +
 libsecret/tests/test-vala-lang.vala     |  1 +
 libsecret/tests/test-vala-unstable.vala |  1 +
 15 files changed, 28 insertions(+), 17 deletions(-)

commit 6becc33e8c9893c68fa16d84d8d9fa7956cdf8a9
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-30

    Support building with automake 1.12.x
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680839

 autogen.sh | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit 9544b683f172ce888218cd56bfab3f16a27d65b0
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-30

    secret-tool: Use the correct call to wipe password in memory
    
     * Fixes crash

 tool/secret-tool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e34381276e458f5061c14ad39c48c3a4631ed885
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-24

    Set correct module flags on libsecret
    
     * Pointed out by Robert Ancell
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680207

 libsecret/Makefile.am       | 19 +++++++++++--------
 libsecret/tests/Makefile.am |  5 ++---
 2 files changed, 13 insertions(+), 11 deletions(-)

commit 54b73f5cb609b388d31d99708dc542d3aa03dbe1
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-17

    Initialize gettext in secret-tool
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680072

 tool/Makefile.am   | 1 +
 tool/secret-tool.c | 9 +++++++++
 2 files changed, 10 insertions(+)