commit b0e68a39b945746de56913fefd5d9c57bbdd63de
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-04

    Release version 0.14

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

commit ab239c7f6b05dbe9b62afe77225be95eb41c2e5e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   2013-02-27

    secret-value: allow empty strings
    
    Passwords and other secrets are allowed to be empty strings, therefore
    the check for length != 0 is wrong.
    
    Add tests for empty SecretValue contents.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694787

 libsecret/secret-value.c     |  6 +++---
 libsecret/tests/test-value.c | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+), 3 deletions(-)

commit b11a7a2f81ac63a04875fd38b161ea1b6fb3d174
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   2013-03-03

    Updated Russian translation

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 4cd7c1551b5d409a03c827986e5abc276a765b22
Author: Stas Solovey <whats_up@tut.by>
Date:   2013-03-03

    Added Russian translation

 po/ru.po | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

commit 19bf2cfd69a7bd4c221a35c0317ed90657851f24
Author: A S Alam <aalam@users.sf.net>
Date:   2013-03-03

    Punjabi: Translation updated (aalam)

 po/pa.po | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

commit 261749ec77dc1b5da66cf825445362e5e3590752
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   2013-02-19

    secret-attributes: improve validation of attributes table
    
    Attributes table that are built by the library itself contain
    the xdg:schema meta-attribute. Additionally,
    secrets with a SECRET_SCHEMA_COMPAT_NETWORK schema might also have
    libgnomekeyring specific meta-attributes (prefixed 'gkr'). During
    validation, ensure that the former is consistent with the name
    of the schema and ignore the latter.
    
    Add tests for these changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694107

 libsecret/secret-attributes.c     | 16 +++++++++++
 libsecret/tests/test-attributes.c | 58 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

commit ddd9bdd2e9fcc6009e54a17751d1002a039d180a
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-25

    Fix introspection for secret_value_get() to return a uint8
    
    This works around a crash in pygobject.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694448

 libsecret/secret-value.c         |  4 ++--
 libsecret/tests/test-unstable.py | 34 +++++++++++++++++++++++++++++++---
 2 files changed, 33 insertions(+), 5 deletions(-)

commit 9b3424a22990676284d1ef6e6a83e350d06f40c6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   2013-02-20

    Updated Serbian translation

 po/sr.po       | 25 ++++++++++++++++---------
 po/sr@latin.po | 25 ++++++++++++++++---------
 2 files changed, 32 insertions(+), 18 deletions(-)

commit 852228418844e407d73fe5316090a2df6994c0c3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   2013-02-19

    Updated Spanish translation

 po/es.po | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

commit 0e9870bd357814e8183a2ca59248b29359e9a271
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-13

    Try to unlock locked collection when storing an item
    
    And add tests to verify this behavior.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693723

 libsecret/secret-methods.c      | 32 ++++++++++++++++++++
 libsecret/tests/mock/service.py |  2 ++
 libsecret/tests/test-password.c | 66 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)

commit 6ebec3f7fd726d830640eece5f69cf4448fd9a69
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   2013-02-18

    Updated Polish translation

 po/pl.po | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit 3b84dce476d353fcec6d91f796a6c778e6617d83
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-15

    tool: Add a 'search' command for looking up items and details
    
    The output format is meant to be parseable in the Desktop file format.
    Update the documentation as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693881

 docs/man/secret-tool.xml |  28 +++++++++
 tool/secret-tool.c       | 160 +++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 182 insertions(+), 6 deletions(-)

commit c2d6affaddf76a45fc827408431c0d963e41d01e
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-13

    Use correct annotations for Gio.DBusProxy

 libsecret/secret-methods.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 2e8ee7cdb64bcac94e3996ffc664c73fdc3f4a4c
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-13

    egg: Don't use deprecated g_thread_supported() function
    
    Nowadays glib always supports threading.

 egg/egg-libgcrypt.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)