commit 791b0c0b4d07d5120d08427a6d7ec94c5f4db813
Author: Stef Walter <stefw@gnome.org>
Date:   2012-10-15

    Release version 0.11

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

commit 7e02a594a77c2730efcc13dd141cc78e201cd7e3
Author: Stef Walter <stefw@gnome.org>
Date:   2012-10-12

    Better critical preconditions for invalid attributes
    
     * When passing NULL for a string vararg attribute print
       a critical warning.
     * Make all attribute warnings critical
     * Add tests for the various critical warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686015

 libsecret/secret-attributes.c     |  12 ++--
 libsecret/secret-password.c       |  28 ++++++++
 libsecret/tests/Makefile.am       |   1 +
 libsecret/tests/test-attributes.c | 140 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 177 insertions(+), 4 deletions(-)