commit 198678cd79a944a5c2c66d387af3b8e08b0c6355
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-29

    Release version 3.3.90

 NEWS                                   |    3 +++
 configure.ac                           |    2 +-
 gcr/gcr-base.symbols                   |    1 -
 gcr/tests/files/gnupg-homedir/gpg.conf |    2 ++
 4 files changed, 6 insertions(+), 2 deletions(-)

commit 7d2cfe588e1c597680f3006885eaf0fe96beaeea
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   2012-02-28

    Updated POTFILES.in

 po/POTFILES.in   |   11 ++++++-----
 po/POTFILES.skip |    1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 84999b2e50c9bfe86a1d6b7a56df3ac2299fd4a0
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-28

    Add a desktop file for gcr-prompter
    
     * So that it shows up in the shell correctly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668535

 .gitignore                     |    3 +++
 configure.ac                   |    1 +
 gcr/Makefile.am                |    2 +-
 gcr/gcr-prompter.desktop.in.in |    8 ++++++++
 4 files changed, 13 insertions(+), 1 deletions(-)

commit d5d1b4ef195fb94f1cdcde71ef497cdac1c6ee1b
Author: Colin Walters <walters@verbum.org>
Date:   2012-02-28

    gcr-secure-memory: Fix prototype to match implementation

 gcr/gcr-secure-memory.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 43a3b9b29dfc857a714e39344589dcd5e4312370
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-27

    gcr: Change frob-prompt so that cancelling the prompt stops

 gcr/tests/frob-prompt.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit a9e9199acaec4c0af75758cec82bd36612f431ef
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    gcr: Expose secure memory API
    
     * Add gcr_secure_memory_new() and gcr_secure_memory_free()
       and friends.
     * Exposed so that we can implement secure entry widget in
       gnome-shell

 docs/reference/gcr/gcr-docs.sgml    |    1 +
 docs/reference/gcr/gcr-sections.txt |   13 ++
 gcr/Makefile.am                     |    2 +
 gcr/gcr-base.h                      |    1 +
 gcr/gcr-base.symbols                |    9 ++
 gcr/gcr-secure-memory.c             |  247 +++++++++++++++++++++++++++++++++++
 gcr/gcr-secure-memory.h             |   59 +++++++++
 gcr/tests/Makefile.am               |    1 +
 gcr/tests/test-secure-memory.c      |  149 +++++++++++++++++++++
 9 files changed, 482 insertions(+), 0 deletions(-)