commit 9bf240ef4d4e3f3a22f2899a163e3cc4b790656d
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-16

    Release version 0.7

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

commit 45e01e66001fdc3399f3490baca5b02595ff801f
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-14

    Match schema names for notes and network passwords
    
     * These are old item types from libgnome-keyring, and
       gnome-keyring-daemon has special code to generate the
       schema for these types of items.

 libsecret/secret-schemas.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

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

    Remove multiple definitions of SecretCollection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679913

 libsecret/secret-collection.h |    1 -
 1 file changed, 1 deletion(-)

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

    Remove empty secret-unstable.h file

 0 files changed

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

    Add flags argument to secret_collection_for_alias()
    
     * Can control whether items are loaded or not.

 libsecret/secret-collection.c     |   78 ++++++++++++++++++++++++++++---------
 libsecret/secret-collection.h     |    2 +
 libsecret/tests/test-collection.c |   74 ++++++++++++++++++++++++++++++++---
 3 files changed, 129 insertions(+), 25 deletions(-)

commit 56ece9eff0940786ef2aabb4fab4ee8e61537b89
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-14

    Correct flags for SecretCollection
    
     * The SECRET_COLLECTION_LOAD_ITEMS flag was always set

 libsecret/secret-collection.c |   39 +++++++++++++--------------------------
 1 file changed, 13 insertions(+), 26 deletions(-)