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

    Release version 3.5.4

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

commit 21c7dae0058d3d29889bd1c8b2167806a7bad89c
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   2012-07-14

    Updated Lithuanian translation

 po/lt.po |  783 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 435 insertions(+), 348 deletions(-)

commit 32aff59977f221d8ac65c3762a7f9be1ce1348e1
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   2012-07-12

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  733 +++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  739 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 795 insertions(+), 677 deletions(-)

commit 6cd972329bc176a20990f993055e5623ca27949d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2012-07-09

    Updated Norwegian bokmål translation

 po/nb.po |   97 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 49 deletions(-)

commit 851e183f4fd8a1c3d2f2583856e2c2a414101a22
Merge: b5ecd78 d1cf6d5
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-30

    Merge branch 'gnome-3-4'

commit d1cf6d5d15e25d915a3ec37092f21e65d7b2e15c
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-30

    gcr: Add debug output to GcrSecretExchange

 gcr/gcr-debug.c           |    1 +
 gcr/gcr-debug.h           |    1 +
 gcr/gcr-secret-exchange.c |   46 +++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 44 insertions(+), 4 deletions(-)

commit b7e899d45a49085e2cedbff1cf76e6d8450b0bea
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-30

    gcr: Fix invalid warning when sending a secret exchange
    
     * We checked the prefix of the sent data, but didn't correctly
       remove whitespace. In addition the check was inverted
     * Exposed by recent changes to glib, which changed the whitespace
       in the format a GKeyFile slightly

 gcr/gcr-secret-exchange.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b5ecd78ede34902779c4906ea6bf6f2cc4a33fe7
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   2012-06-30

    Updated Vietnamese translation

 po/vi.po |  307 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 130 insertions(+), 177 deletions(-)

commit 954becaa36824e47907d5ec306d93fbaf74dc53b
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   2012-06-30

    po/vi: import from Damned Lies

 po/vi.po |  572 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 330 insertions(+), 242 deletions(-)

commit fc492987bba398bcf2a491a093c042840f423d1f
Author: Andika Triwidada <andika@gmail.com>
Date:   2012-06-29

    Updated Indonesian translation

 po/id.po |  767 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 428 insertions(+), 339 deletions(-)

commit f41b7511306faa1ae4134fb42d1933b7b29b14b4
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-26

    Remove support code for old glib versions
    
     * Remove a bunch of #ifdefs for old glib versions prior
       to 2.32.0.
     * Already bumped glib dependency in a recent commit.

 egg/egg-libgcrypt.c     |    8 --------
 egg/egg-testing.h       |    2 --
 gck/gck-attributes.c    |   10 ----------
 gck/gck-enumerator.c    |    8 --------
 gck/gck-session.c       |    8 --------
 gcr/gcr-importer.c      |   10 ----------
 gcr/gcr-library.c       |    4 ----
 gcr/gcr-live-search.c   |   19 +------------------
 gcr/gcr-mock-prompter.c |   15 ---------------
 gcr/gcr-parser.c        |    4 ----
 gcr/gcr-system-prompt.c |    4 ----
 11 files changed, 1 insertion(+), 91 deletions(-)

commit ae047de1d36b163be956cd86fd47eaacadc6778a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   2012-06-26

    Updated Slovenian translation

 po/sl.po |  144 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 63 insertions(+), 81 deletions(-)

commit 1295eca404dd02396abfcab35e3b5dda000c1712
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-26

    Documentation fixes
    
     * Clean up documentation and introspection warnings
     * Separate GcrImportInteraction docs into own page

 docs/reference/gcr/gcr-docs.sgml    |    1 +
 docs/reference/gcr/gcr-sections.txt |   14 +++++++++----
 gck/gck-attributes.c                |   23 ++-------------------
 gck/gck-enumerator.c                |    2 +-
 gcr/gcr-certificate-chain.c         |    6 ------
 gcr/gcr-import-interaction.c        |   39 +++++++++++++----------------------
 gcr/gcr-library.c                   |    6 ------
 gcr/gcr-parser.c                    |    2 +-
 gcr/gcr-prompt-dialog.c             |    8 +++----
 gcr/gcr-system-prompt.c             |    6 +++---
 10 files changed, 36 insertions(+), 71 deletions(-)