commit 46062832e6c273392481b0358f8cb9e9e3af8a76
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-25

    Release version 3.5.3

 Makefile.am  |    3 +++
 NEWS         |    7 +++++++
 configure.ac |    2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

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

    egg: A few more asn.1 comments

 egg/egg-asn1x.c |   26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

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

    egg: Rework how DER parsing works
    
     In particular fix things like
     * Indefinite parsing
     * Encoding of defaults
     * Ability to read values that haven't yet been encoded
     * Proper handling of ANY tags

 egg/egg-asn1x.c                               | 3170 +++++++++++++------------
 egg/egg-asn1x.h                               |   68 +-
 egg/egg-dn.c                                  |   50 +-
 egg/egg-dn.h                                  |    4 +-
 egg/egg-symkey.c                              |   74 +-
 egg/egg-symkey.h                              |    4 +-
 egg/tests/Makefile.am                         |   13 +-
 egg/tests/files/test-personalname-1.der       |    2 +-
 egg/tests/files/test-personalname-invalid.der |    1 +
 egg/tests/files/test-pkcs12-2.der             |  Bin 0 -> 2142 bytes
 egg/tests/test-asn1.c                         |   91 +-
 egg/tests/test-asn1x.c                        |  140 +-
 egg/tests/test-dn.c                           |   19 +-
 egg/tests/test.asn                            |    3 +-
 gcr/gcr-certificate-extensions.c              |   14 +-
 gcr/gcr-certificate-renderer.c                |    4 +-
 gcr/gcr-certificate-request.c                 |    7 +-
 gcr/gcr-parser.c                              |  190 +-
 gcr/gcr-subject-public-key.c                  |   30 +-
 gcr/tests/files/usr0052-firefox.p12           |  Bin 0 -> 2142 bytes
 gcr/tests/test-parser.c                       |    3 +
 21 files changed, 2001 insertions(+), 1886 deletions(-)

commit 2fce6f29272b9e78fb047913aab8531ddec2203e
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-20

    Use GBytes instead of our own EggBytes
    
     * Bump glib minimum version to 2.32

 configure.ac                           |    2 +-
 egg/Makefile.am                        |    1 -
 egg/egg-armor.c                        |   22 +-
 egg/egg-armor.h                        |    8 +-
 egg/egg-asn1x.c                        |  178 ++++++-------
 egg/egg-asn1x.h                        |   36 ++-
 egg/egg-bytes.c                        |  454 --------------------------------
 egg/egg-bytes.h                        |  102 -------
 egg/egg-dn.c                           |   35 ++-
 egg/egg-dn.h                           |    6 +-
 egg/egg-openssl.c                      |   13 +-
 egg/egg-openssl.h                      |    6 +-
 egg/egg-symkey.c                       |   64 ++---
 egg/egg-symkey.h                       |    6 +-
 egg/egg-testing.h                      |    4 +-
 egg/tests/test-asn1.c                  |  282 ++++++++++----------
 egg/tests/test-asn1x.c                 |   10 +-
 egg/tests/test-dn.c                    |   30 +--
 egg/tests/test-openssl.c               |   36 ++-
 gcr/gcr-certificate-extensions.c       |   18 +-
 gcr/gcr-certificate-extensions.h       |   16 +-
 gcr/gcr-certificate-renderer.c         |   66 ++---
 gcr/gcr-certificate-request-renderer.c |   16 +-
 gcr/gcr-certificate-request.c          |   60 ++---
 gcr/gcr-certificate.c                  |   52 ++--
 gcr/gcr-fingerprint.c                  |    8 +-
 gcr/gcr-key-renderer.c                 |   13 +-
 gcr/gcr-openpgp.c                      |   20 +-
 gcr/gcr-openpgp.h                      |    6 +-
 gcr/gcr-openssh.c                      |   30 +--
 gcr/gcr-openssh.h                      |    6 +-
 gcr/gcr-parser.c                       |  233 ++++++++--------
 gcr/gcr-subject-public-key.c           |   68 ++---
 gcr/tests/frob-openpgp.c               |   16 +-
 gcr/tests/test-fingerprint.c           |   58 ++--
 gcr/tests/test-openpgp.c               |   18 +-
 gcr/tests/test-openssh.c               |   32 +--
 gcr/tests/test-pkcs11-certificate.c    |   14 +-
 gcr/tests/test-subject-public-key.c    |   66 ++---
 39 files changed, 766 insertions(+), 1345 deletions(-)

commit 7201cf3f86a76fc297102386c765194e04263a11
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   2012-06-19

    Updated Greek translation

 po/el.po |  966 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 532 insertions(+), 434 deletions(-)

commit 2ebe97ff0d7e6bf6852a4999a2d52af5309b7b67
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-19

    gcr: Fix signal documentation for GcrParser

 gcr/gcr-parser.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 94ef6acff706971f0275a3cc4f560378cb0e8c97
Merge: 8f7532e f7ccffe
Author: Stef Walter <stefw@gnome.org>
Date:   2012-06-19

    Merge branch 'gnome-3-4'

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

    gcr: Enable gnome2 keyring storage
    
    It's the only one that sorta works currently. This really is
    a technology preview however.

 gcr/gcr-pkcs11-importer.c |    1 -
 1 file changed, 1 deletion(-)

commit 8f7532ef44e45ca49aaa65bc2a43524fb372ffdc
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   2012-06-08

    Updated Belarusian translation.

 po/be.po |  574 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 325 insertions(+), 249 deletions(-)

commit e3c988677b8ebe41b5ca513c8077a11226aeda03
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2012-05-30

    Updated Norwegian bokmål translation

 po/nb.po |   57 +++++++++++++++++++++++----------------------------------
 1 file changed, 23 insertions(+), 34 deletions(-)

commit 1e565ed0705ac7996c5f41168a5634033dcc23d3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   2012-05-29

    Added Slovenian translation

 po/sl.po |  792 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 462 insertions(+), 330 deletions(-)

commit 2578dd1e7588df54c8841692e496d41f3a9cbc48
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   2012-05-26

    Updated Hebrew translation.

 po/he.po |  614 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 365 insertions(+), 249 deletions(-)

commit f3cee5251f875e7d1c9de81efb13ac723b708c14
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   2012-05-20

    Updated Galician translations

 po/gl.po |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 1f442d980990cce6f112c11ed12020f1bbbf9955
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2012-05-19

    Updated Norwegian bokmål translation

 po/nb.po |  651 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 359 insertions(+), 292 deletions(-)

commit 37b9e4f8b1ffdecbd0115f2cc68ed6012cc283b4
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   2012-05-16

    Updated Spanish translation

 po/es.po |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 82d557de75012c929135ea782cd3d773c2abbc34
Author: A S Alam <aalam@users.sf.net>
Date:   2012-05-16

    update Punjabi Translation

 po/pa.po |  699 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 378 insertions(+), 321 deletions(-)

commit 0ba4c16e57f5cd7ad4bb2d81109cf2da08f3d5e0
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   2012-05-15

    Remove markup from strings in .ui file
    
    There is still markup in gcr/gcr-certificate-exporter.c file.

 gcr/gcr-pkcs11-import-dialog.ui |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 5f4fe889e0fd337eea44488020fc12515d471353
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   2012-05-09

    Updated Galician translations

 po/gl.po |  733 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 392 insertions(+), 341 deletions(-)

commit 1ee26c1fc7d42d6429647ef0a3a6273cc9c0c88a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   2012-05-08

    Updated Spanish translation

 po/es.po |  105 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 45 insertions(+), 60 deletions(-)

commit b330f1b22a652b45dad3e56a2771d9f07cef7af1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   2012-05-07

    Updated Spanish translation

 po/es.po |  665 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 366 insertions(+), 299 deletions(-)