commit 590c4c1dec4736e63c4eeff79af97403e5b88059
Author: Stef Walter <stefw@gnome.org>
Date:   2012-08-20

    Release version 0.9

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit 131f2b209d8d4448905c798a0b604480868309a6
Author: Stef Walter <stefw@gnome.org>
Date:   2012-08-20

    Fix gcc warning about uninitialized warning

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

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

    Display vala enabled status when configuring

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 8f3387caccdc88d45f70922c22c54770d093cc7f
Author: Evan Nemerson <evan@coeus-group.com>
Date:   2012-08-16

    vala: use nodist sources for vala test cases
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681330

 libsecret/tests/Makefile.am | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

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

    secret-tool: Add a manual page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681434

 .gitignore               |   1 +
 configure.ac             |  22 ++++++--
 docs/Makefile.am         |   4 ++
 docs/man/Makefile.am     |  19 +++++++
 docs/man/secret-tool.xml | 132 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 175 insertions(+), 3 deletions(-)

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

    build: Fix build without libgcrypt
    
     * Needed to use m4_ifdef on the libgcrypt autoconf macro
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681330

 configure.ac | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

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

    Bump version number

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

    Require valac in order to 'make distcheck'
    
     * Otherwise problems with vala files not being distributed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681330

 Makefile.am | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

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

    Don't link to secure memory code twice
    
     * This leads to problems with the tests not being able to free
       non-pageable memory returned from libsecret-testable.so

 libsecret/tests/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

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

    More licensing tweaks
    
     * Actually include in the tarball the other licenses for test code
     * Refer to COPYING.TESTS not COPYING.GPL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681302

 Makefile.am                  | 3 +++
 libsecret/tests/mock/hkdf.py | 4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)