commit 942a69b5a28cfee069efe8b9f1ccf78f708b005f
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-16

    Release version 3.3.4

 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 185dcba1f2b6bf8922871c8efc8980d5938c56d9
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-10

    gcr: Display an appropriate title in gcr-viewer
    
     * And add display-name property to GcrViewerWidget

 docs/reference/gcr/gcr-sections.txt |    2 +
 docs/reference/gcr/gcr.interfaces   |    4 +-
 gcr/gcr-viewer-widget.c             |   97 ++++++++++++++++++++++++++++++++--
 gcr/gcr-viewer-widget.h             |    5 ++
 gcr/gcr-viewer-window.c             |    2 +
 gcr/gcr.symbols                     |    2 +
 6 files changed, 104 insertions(+), 8 deletions(-)

commit ae734dd599400959afc4ecfca6c0bd800c350477
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-10

    gcr: rename prompt test file, and add another one

 gcr/tests/files/prompt-tests/multiple.prompt       |   31 ++++++++++++++++++++
 .../files/prompt-tests/password-choice.prompt      |    7 ++++
 gcr/tests/files/prompt-tests/simple.prompt         |   28 ------------------
 3 files changed, 38 insertions(+), 28 deletions(-)

commit db8d420f9de952fa5355eff164fa4823dc2b3f06
Author: Ryan Lortie <desrt@desrt.ca>
Date:   2012-01-09

    Change style of toplevel installed headers
    
    Use <gcr/xxx.h> instead of "xxx.h" style.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667573

 gcr/gcr-base.h |   44 ++++++++++++++++++++++----------------------
 gcr/gcr.h      |   42 +++++++++++++++++++++---------------------
 2 files changed, 43 insertions(+), 43 deletions(-)

commit a3cdb51965d83a7c2e817b6559047b514c09e9f6
Author: Ryan Lortie <desrt@desrt.ca>
Date:   2012-01-07

    various srcdir != builddir fixes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667573

 gck/Makefile.am |   11 +++++------
 gck/gck.h       |    2 +-
 gcr/Makefile.am |   25 ++++++++++---------------
 gcr/gcr-base.h  |    2 +-
 gcr/gcr.h       |    2 +-
 5 files changed, 18 insertions(+), 24 deletions(-)

commit ff3aea653e8bf828941e351e32c42d4fb26a0a54
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-09

    gcr: Add tests for new-prompt signal on GcrSystemPrompter

 gcr/gcr-mock-prompter.c   |   52 +++++++++++++++++++++++++++++++++++++++++---
 gcr/gcr-system-prompter.c |   21 +++++++++++++----
 2 files changed, 64 insertions(+), 9 deletions(-)

commit ed11922bffdb4ef212ce22ca440383d4a5a87656
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-09

    gcr: Some tweaks for the frob-prompt tester

 gcr/tests/frob-prompt.c |   53 ++++++++++++++++++++++++++++++----------------
 1 files changed, 34 insertions(+), 19 deletions(-)

commit a64e3bf65a741c0787e280d77c5b43a192a571ad
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-09

    gcr: Add 'new-prompt' signal to GcrSystemPrompter
    
     * A signal which creates and returns a prompt. The first new-prompt
       signal handler to return a non-null GcrPrompt 'wins'
     * This is for use in gnome-shell where we can't set a prompt-gtype

 gcr/gcr-marshal.list      |    1 +
 gcr/gcr-system-prompter.c |   54 ++++++++++++++++++++++++++++++++++++++++++--
 gcr/gcr-system-prompter.h |   12 ++++++++++
 3 files changed, 64 insertions(+), 3 deletions(-)

commit b04a620fd29bb55d77f15fb6be0efbe23981f467
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-09

    gcr: Fixes for glib deprecations in the mock prompter

 gcr/gcr-mock-prompter.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 2a573d5f98ebe6e98e613b88f49d1e5dfd8b3a58
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2012-01-03

    gcr: Include GcrPrompt stuff in documentation

 docs/reference/gcr/gcr-docs.sgml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 15db61820f7cf2cd0a2631115c881367c7afc3c4
Author: darkxst <darkxst@fastmail.fm>
Date:   2011-12-23

    This fixes the build errors, on Ubuntu 11.10

 gcr/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 39f230c2fe4af2626a5c158f88266d9a2b7a4f25
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-12-22

    Bump version number

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e38c5779624e1f5db2169964664c0748e7908990
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-12-21

    gck: Remove gck_attributes_add_owned()
    
     * And make gck_attributes_add_attribute() handle owned attributes
     * Unowned attributes should be done with gck_attributes_add_data()
     * This change to ABI cleans things up before API is released as stable

 docs/reference/gck/gck-sections.txt |    1 -
 gck/gck-attributes.c                |   33 ++++++---------------------------
 gck/gck.h                           |    3 ---
 gck/gck.symbols                     |    1 -
 gck/tests/test-gck-attributes.c     |    2 +-
 gcr/gcr-pkcs11-importer.c           |    2 +-
 gcr/gcr-subject-public-key.c        |    2 +-
 gcr/tests/test-subject-public-key.c |    2 +-
 8 files changed, 10 insertions(+), 36 deletions(-)