# Generate automatically. Do not edit.

commit 2c6ac3f78378a736a308ff64817a0ae4c39719b5
Author: Stef Walter <stefw@gnome.org>
Date:   2013-05-04

    gcr 3.8.2:
     - Build certificate chains when intermediates are wrong order [#699026]
     - Don't try to import certificates to gnome-keyring xdg module
     - Add appropriate icon for p11-kit trust module
     - Make gcr build on both pre GTK+ 3.8 and later versions
     - Update for recent changes in libtasn1
     - Handle cases where no certificate data is available
     - Fix for GTK+ 3.8 deprecations
     - Build fixes

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

commit 5cadd24c1fad03f9190e90151dd1da831899d15c
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-27

    Build certificate chains even when intermediates are wrong order
    
    In GcrCertificateChain we respect the RFC 5246 which requires
    that certificates appear in the correct order from the server:
    First the endpoint, then intermediates, and (optionally the
    root last).
    
    However some servers (like hermes.jabber.org) send certificates
    in an incorrect order. It seems like many SSL implementations
    accept intermediate certificates out of order.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699026

 gcr/gcr-certificate-chain.c               |  50 +++++++++++++++++++-------
 gcr/tests/files/jabber-server.cer         | Bin 0 -> 2095 bytes
 gcr/tests/files/startcom-ca.cer           | Bin 0 -> 1997 bytes
 gcr/tests/files/startcom-intermediate.cer | Bin 0 -> 1592 bytes
 gcr/tests/test-certificate-chain.c        |  57 ++++++++++++++++++++++++++++++
 5 files changed, 95 insertions(+), 12 deletions(-)

commit 19726e6be3408f3505fb706a0541c2a43ab6c04e
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    pkcs11-importer: Importing to lame gnome-keyring 'xdg' module no go

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

commit 470025f69d1af69abb245e667c0a115474824c6a
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    icons: Add appropriate icon for p11-kit trust module

 gcr/gcr-icons.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 86db547733ccdf1c55c6e9cdb953cbe19e861c4b
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    Make gcr build on both pre GTK+ 3.8 and later versions

 ui/gcr-display-view.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 4de7c0e464c049fb9e6dfdab0972ea6b921b0cea
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    Add missing --enable-coverage configure argument

 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7c4e5da53a378ff4059c0397f545f65884dbd49b
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    egg-asn1x: Update for recent changes in libtasn1

 .gitignore            |    1 -
 Makefile.decl         |    9 +-
 configure.ac          |    9 -
 egg/Makefile.am       |   24 +-
 egg/egg-asn1x.c       |  192 +++++++--
 egg/egg-asn1x.h       |   12 +-
 egg/pk.asn.h          |   71 ++++
 egg/pkix.asn.h        | 1119 +++++++++++++++++++++++++++++++++++++++++++++++++
 egg/tests/Makefile.am |   21 +-
 egg/tests/test-asn1.c |    3 +-
 egg/tests/test.asn.h  |   87 ++++
 11 files changed, 1472 insertions(+), 76 deletions(-)

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

    gcr-certificate: Handle cases where no certificate data is available

 gcr/gcr-certificate.c | 53 ++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 36 insertions(+), 17 deletions(-)

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

    ui: Fix for GTK+ 3.8 deprecations

 ui/gcr-display-view.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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

    gcr: Supress warnings when building gobject-introspection Gir files
    
    Requires: https://bugzilla.gnome.org/show_bug.cgi?id=698367

 gck/gck.h       |  2 ++
 gcr/gcr-base.h  |  2 ++
 gcr/gcr-types.h | 13 ++-----------
 3 files changed, 6 insertions(+), 11 deletions(-)

commit 8fcd7ce443aabe1f563ad6753af2cae4ee052cfd
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    Fix for deprecated glib functionality

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

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

    Don't use the GNOME coverage macros
    
    We don't use lcov anyway, and it's acting up with newer versions.

 Makefile.decl |  9 ---------
 configure.ac  | 26 ++++++++++++++++++++++----
 2 files changed, 22 insertions(+), 13 deletions(-)

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

    Release version 3.8.1

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

commit 92649fa753854aabc286c23f47ea90a89218a1d3
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-15

    gcr: Track the prompters bus name ownership properly
    
    Otherwise we sometimes cancel the prompt operation due to no prompter
    being started and our vanished callback was called

 gcr/gcr-system-prompt.c        | 43 ++++++++++++++++++++++++++++++++++++------
 gcr/tests/test-system-prompt.c |  2 +-
 2 files changed, 38 insertions(+), 7 deletions(-)

commit 5236c45c6e68f73e70a859bf9b2846c3d47794eb
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   2013-04-09

    Update Dutch translation 3.8

 po/nl.po | 971 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 510 insertions(+), 461 deletions(-)

commit 69bd5b5a095b732f9ff9252f23d4a2a0d070bef8
Author: Chandan Kumar <Chandankumar.093047@gmail.com>
Date:   2013-03-25

    updating Hindi Translation

 po/hi.po | 782 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 385 insertions(+), 397 deletions(-)

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

    Release version 3.8.0

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

commit be841ff8513908bbd177217a33bfa7ceb3c25d3a
Author: Dušan Kazik <prescott66@gmail.com>
Date:   2013-03-24

    Updated slovak translation

 po/sk.po | 1206 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 668 insertions(+), 538 deletions(-)

commit 0e7598da26d023d5ca473859baad9bc09272a710
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   2013-03-23

    L10N: Updated Persian Translation

 po/fa.po | 647 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 323 insertions(+), 324 deletions(-)

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

    Updated Russian translation

 po/ru.po | 647 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 321 insertions(+), 326 deletions(-)

commit 64bac1b8b9f6cf93a0e553ed7ee5540c135fbb53
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-21

    gck: Fix crash when hashing an unsupported attributes
    
    PKCS#11 modules return attributes with a negative length and a
    NULL value, when they don't support the attribute in question.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696305

 gck/gck-attributes.c            |  6 ++++--
 gck/tests/test-gck-attributes.c | 26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)

commit 36cd9c7497e10476c09557af503a703e9237ea12
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   2013-03-19

    [l10n] Added Tadjik translation

 po/LINGUAS |    1 +
 po/tg.po   | 1072 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1073 insertions(+)

commit 70bff97e4ddcb71f371360b9129eb1d0152d01aa
Author: Changwoo Ryu <cwryu@debian.org>
Date:   2013-03-19

    Updated Korean translation

 po/ko.po | 633 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 313 insertions(+), 320 deletions(-)

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

    Release version 3.7.92

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

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

    ui: Have the gcr-prompter replace the running prompter
    
    If the gcr-prompter is explicitly run, then have it replace
    the running prompter. This is for debugging purposes, and other
    desktops.

 ui/gcr-prompter-tool.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

    system-prompt: Fix racy segfault when prompter dismissed immediately
    
    When the prompter (like gnome-shell) dismisses a prompt immediately
    there was a case when gcr would dereference a NULL pointer.

 gcr/gcr-system-prompt.c | 1 -
 1 file changed, 1 deletion(-)

commit 35510b5d56b48c9491b32b70dd2710a2aa45ab26
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   2013-03-17

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 644 +++++++++++++++++++++++++++---------------------------
 1 file changed, 320 insertions(+), 324 deletions(-)

commit 0d272a39705e29248494b566a404115800f83b59
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   2013-03-17

    Updated Latvian translation

 po/lv.po | 648 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 323 insertions(+), 325 deletions(-)

commit b83aa3d6fee50307bf02a9f0c64dbfb794ee3334
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   2013-03-17

    Updated Danish translation

 po/da.po | 646 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 319 insertions(+), 327 deletions(-)

commit 0da16fade722d674a7f7d831d126beb2586bb427
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   2013-03-15

    Updated Hungarian translation

 po/hu.po | 651 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 325 insertions(+), 326 deletions(-)

commit 613c48434dc558a93a54a196a8f03ffa3512c227
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   2013-03-15

    Updated Portuguese translation and converted to New Spelling (Novo AO)

 po/pt.po | 674 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 335 insertions(+), 339 deletions(-)

commit 780d3ed53924ab4af1cfe444249f2a3a9b3a8286
Author: Andika Triwidada <andika@gmail.com>
Date:   2013-03-11

    Updated Indonesian translation

 po/id.po | 702 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 332 insertions(+), 370 deletions(-)

commit 97b00eeb72af0c11fc8a95ce11de58a56d3a7826
Author: Joan Duran <jodufi@gmail.com>
Date:   2013-03-10

    [l10] Updated Catalan translation

 po/ca.po | 644 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 320 insertions(+), 324 deletions(-)

commit 9787b8b05bafe5b1ce6141e4030105833d28c595
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   2013-03-09

    Updated Greek translation

 po/el.po | 658 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 329 insertions(+), 329 deletions(-)

commit 7a3a5fd6c458ad547bc9ca679c43999fa81aa399
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   2013-03-07

    Updated Slovenian translation

 po/sl.po | 701 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 332 insertions(+), 369 deletions(-)

commit ebe7660655d802f013e69b5fbcdb7155367c562c
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   2013-03-07

    Updated Belarusian translation.

 po/be.po | 637 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 316 insertions(+), 321 deletions(-)

commit bbfe17af3e53c02a3910f1e7f0773778534d36f9
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   2013-03-07

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 140 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 68 insertions(+), 72 deletions(-)

commit 7b9ec855d46980c73c5a9112157352a2e4ef1108
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   2013-03-07

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 653 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 325 insertions(+), 328 deletions(-)

commit 67c81a323e7f9f794e488253d6567c4d56bdf14b
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   2013-03-04

    Updated Basque language

 po/eu.po | 906 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 475 insertions(+), 431 deletions(-)

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

    Release version 3.7.91

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

commit d6283d8916c2e4a8f7ff57af80f1df7e81709038
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   2013-03-03

    [l10n] Updated German translation

 po/de.po | 642 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 319 insertions(+), 323 deletions(-)

commit 3942df9aaaf6bf7e9d68a68721b13aea54de2d67
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   2013-03-02

    Updated Lithuanian translation

 po/lt.po | 710 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 339 insertions(+), 371 deletions(-)

commit 9090e4d4c691d7ca9ff200d22371d5bc47b88a2b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   2013-03-01

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 641 ++++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 641 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 638 insertions(+), 644 deletions(-)

commit dca19a7783f4af7d63cdd05c5d926f4429d5efff
Author: A S Alam <aalam@users.sf.net>
Date:   2013-02-26

    Punjabi: Translation updated (aalam)

 po/pa.po | 648 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 324 insertions(+), 324 deletions(-)

commit 698024dc0e3412ab473eebe22e6ec7f78bd336b7
Author: Milo Casagrande <milo@ubuntu.com>
Date:   2013-02-25

    [l10n] Updated Italian translation.

 po/it.po | 649 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 321 insertions(+), 328 deletions(-)

commit 15d0bf17cd9d90d2361569da71a585f1b4ebaffb
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2013-02-25

    Updated Norwegian bokmål translation

 po/nb.po | 643 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 318 insertions(+), 325 deletions(-)

commit a12545dd82da023975881a76472ec6784aedba97
Author: Rico Tzschichholz <ricotz>
Date:   2013-02-22

    Don't install test/mock libraries unnecessarily
    
    And clean up the build as a result.

 egg/Makefile.am       | 8 ++++++--
 gck/tests/Makefile.am | 7 +++----
 ui/Makefile.am        | 2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)

commit fbd7eb25f3d1f6712d8cd5cc847e215b1b1286b8
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   2013-02-22

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

commit 6b581623589302ac06974001b437142779ebbdc8
Author: Marek Černocký <marek@manet.cz>
Date:   2013-02-22

    Updated Czech translation

 po/cs.po | 635 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 314 insertions(+), 321 deletions(-)

commit 7788bc5abb266220f66996845effd0429e98eef8
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   2013-02-21

    Updated Hebrew translation.

 po/he.po | 710 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 354 insertions(+), 356 deletions(-)

commit 893b0f9561af70ad1642f0aa8d6c4219a1633166
Author: Sebastian Keller <sebastian-keller@gmx.de>
Date:   2013-02-18

    egg: Fix build with libtasn1 >= 3.1

 egg/egg-asn1-defs.c     | 1 +
 egg/tests/test-asn1.c   | 1 +
 egg/tests/test-symkey.c | 1 +
 3 files changed, 3 insertions(+)

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

    Updated Serbian translation

 po/sr.po       | 641 ++++++++++++++++++++++++++++-----------------------------
 po/sr@latin.po | 641 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 638 insertions(+), 644 deletions(-)

commit 3bae33565b1b70d83dc5dbb03f121059e1e809a2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   2013-02-17

    Updated Polish translation

 po/pl.po | 643 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 318 insertions(+), 325 deletions(-)

commit 23bf8405e1f4fc5fb9943402f326f31a6baa8c44
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   2013-02-17

    Updated Galician translations

 po/gl.po | 652 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 324 insertions(+), 328 deletions(-)

commit c41632be60814a89aa42df0bbb28e765edd49888
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   2013-02-14

    Update French translation

 po/fr.po | 642 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 319 insertions(+), 323 deletions(-)

commit 4cd0fce428d00b01da28679261ba3301badd7769
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   2013-02-14

    Updated Spanish translation

 po/es.po | 649 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 324 insertions(+), 325 deletions(-)

commit 546f1550daef8e15de8f2ee4f6f8dba7668fc93d
Author: Gabor Adam Toth <tg@tgbit.net>
Date:   2013-01-25

    Make gcr oids work between ui and base libraries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693591

 gcr/gcr-certificate-extensions.c      |  2 --
 gcr/gcr-certificate-request.c         |  2 --
 gcr/gcr-certificate.c                 |  2 --
 gcr/gcr-mkoids                        | 30 +++++++++++++++++-------------
 gcr/gcr-parser.c                      |  2 --
 gcr/gcr-subject-public-key.c          |  4 ----
 ui/gcr-certificate-renderer.c         |  2 --
 ui/gcr-certificate-request-renderer.c |  2 --
 8 files changed, 17 insertions(+), 29 deletions(-)

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

    Clearer debug message on ASN.1 parse failure

 egg/egg-asn1x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

    Use GObject.Object instead of GLib.Object in introspection annotations
    
    A gobject-introspection change broke the former.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693440

 gck/gck-misc.c            | 6 +++---
 gcr/gcr-collection.c      | 6 +++---
 ui/gcr-collection-model.c | 4 ++--
 ui/gcr-list-selector.c    | 4 ++--
 ui/gcr-tree-selector.c    | 4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 35ca5d5ab45da27cca21bf0d5404429fd1c4224d
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-12

    Don't export duplicate secmem symbols
    
     * Have the gcr library just use the symbol from gck
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687980

 gcr/Makefile.am      |  1 -
 gcr/gcr-base.symbols |  1 -
 gcr/gcr-memory.c     | 28 ----------------------------
 3 files changed, 30 deletions(-)

commit 070829975a794b02b5ac6ecd4ef7ca21a73ea384
Author: B.Prathibha <prathibhab@cdac.in>
Date:   2013-01-26

    Patch: Remove markup from translatable strings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692536

 ui/gcr-certificate-exporter.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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

    Release version 3.7.5

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

commit 281dbe5d6be19509f7aa457616c72b038f51ec5c
Author: Nuno Araujo <nuno.araujo@russo79.com>
Date:   2013-01-15

    Fix the build with automake 1.13
    
    In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated
    since 2002) has been removed in favour of AC_CONFIG_HEADERS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692095

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d1a2c1e206f03bf3f18ad63039e5c50b52695e3
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   2013-01-20

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 1028 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 527 insertions(+), 501 deletions(-)

commit 46754bddf63f5b56e036beceda18513fb46b31d9
Author: Alexander Shopov <ash@kambanaria.org>
Date:   2013-01-15

    Updated Bulgarian translation

 po/bg.po | 635 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 315 insertions(+), 320 deletions(-)

commit 61de15c7c7fe50d075ee77b2c9c4ce7c6284ce12
Author: Stef Walter <stefw@gnome.org>
Date:   2013-01-11

    egg-armor: Handle mismatched but not truncated suffix line
    
     * Discovered by Gustavo Luiz Duarte <gustavold@linux.vnet.ibm.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691505

 egg/egg-armor.c        | 2 +-
 egg/tests/test-armor.c | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 53cdbacd5cd67ad51388cb4f984c924c056983c7
Author: Stef Walter <stefw@gnome.org>
Date:   2013-01-11

    Fix assertion in the gnome-keyring use of GcrMockPrompter

 gcr/gcr-mock-prompter.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 155912092ab90b5597817b4a3c67ccc8dec00cb9
Author: Stef Walter <stefw@gnome.org>
Date:   2013-01-11

    egg-armor: Fix memrchr() call with negative string length
    
     * Initial patch by Gustavo Luiz Duarte <gustavold@linux.vnet.ibm.com>
     * The cause of this bug was reusing argument variables for other
       purposes in parsing functions when that didn't really make sense,
       so fix this as well.
     * Add tests that catch this issue.
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=893162
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691505

 egg/egg-armor.c        |  30 +++++-----
 egg/tests/Makefile.am  |   1 +
 egg/tests/test-armor.c | 155 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 173 insertions(+), 13 deletions(-)

commit c16bd94788ad1e85290774f1a1e7ed08310ca1c7
Author: Alban Browaeys <prahal@yahoo.com>
Date:   2013-01-02

    introspection: build ui vs the uninstalled gcr-base libtool archive.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690992

 ui/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41d96e69e8b56aa88e36e8bd176c51c5aa93caf9
Author: Stef Walter <stefw@gnome.org>
Date:   2012-12-22

    Separate the base and ui parts of the Gcr library more thoroughly.
    
     * This is due to gobject introspection not being able to have separate
       GIRs provide the same namespace, and the desire to conditionally
       build the GTK+ dependent stuff.
     * Partially based on a patch by Mathias Hasselmann
     * Separate GIRs: Gcr and GcrUi
     * Separate libraries: libgcr-base-3.so and libgcr-ui-3.so. The latter
       links to the former.
     * Symlink libgcr-3.so to libgcr-ui-3.so
     * Expose internal symbols in libgcr-base-3.so so they can be easily
       shared by libgcr-ui-3.so
     * Add --without-gtk argument
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688678

 .gitignore                             |   15 +-
 Makefile.am                            |    8 +
 Makefile.decl                          |    5 +
 build/Makefile.am                      |    4 +-
 build/enum-template.c                  |   39 +
 build/enum-template.h                  |   24 +
 configure.ac                           |   44 +-
 docs/reference/gcr/Makefile.am         |   12 +-
 gck/Makefile.am                        |   12 +-
 gck/gck-enum-types.c.template          |   43 -
 gck/gck-enum-types.h.template          |   28 -
 gcr/Makefile.am                        |  332 +--
 gcr/gcr-base.h                         |    1 +
 gcr/gcr-base.symbols                   |    1 +
 gcr/gcr-certificate-basics-widget.c    |   81 -
 gcr/gcr-certificate-basics-widget.h    |   62 -
 gcr/gcr-certificate-details-widget.c   |   81 -
 gcr/gcr-certificate-details-widget.h   |   62 -
 gcr/gcr-certificate-exporter.c         |  567 -----
 gcr/gcr-certificate-exporter.h         |   74 -
 gcr/gcr-certificate-renderer-private.h |   51 -
 gcr/gcr-certificate-renderer.c         |  963 --------
 gcr/gcr-certificate-renderer.h         |   77 -
 gcr/gcr-certificate-request-renderer.c |  535 -----
 gcr/gcr-certificate-request-renderer.h |   70 -
 gcr/gcr-certificate-widget.c           |  266 --
 gcr/gcr-certificate-widget.h           |   67 -
 gcr/gcr-collection-model.c             | 1653 -------------
 gcr/gcr-collection-model.h             |  102 -
 gcr/gcr-combo-selector.c               |  270 ---
 gcr/gcr-combo-selector.h               |   67 -
 gcr/gcr-crypto-types.xml               |  167 --
 gcr/gcr-deprecated.h                   |   48 -
 gcr/gcr-dialog-util.c                  |  182 --
 gcr/gcr-dialog-util.h                  |   42 -
 gcr/gcr-display-scrolled.c             |  176 --
 gcr/gcr-display-scrolled.h             |   57 -
 gcr/gcr-display-view.c                 | 1243 ----------
 gcr/gcr-display-view.h                 |  115 -
 gcr/gcr-enum-types.c.template          |   43 -
 gcr/gcr-enum-types.h.template          |   28 -
 gcr/gcr-failure-renderer.c             |  223 --
 gcr/gcr-failure-renderer.h             |   67 -
 gcr/gcr-gnupg-renderer.c               |  851 -------
 gcr/gcr-gnupg-renderer.h               |   77 -
 gcr/gcr-import-button.c                |  577 -----
 gcr/gcr-import-button.h                |   74 -
 gcr/gcr-key-renderer.c                 |  524 ----
 gcr/gcr-key-renderer.h                 |   68 -
 gcr/gcr-key-widget.c                   |  224 --
 gcr/gcr-key-widget.h                   |   61 -
 gcr/gcr-list-selector-private.h        |   40 -
 gcr/gcr-list-selector.c                |  457 ----
 gcr/gcr-list-selector.h                |   71 -
 gcr/gcr-live-search.c                  |  657 -----
 gcr/gcr-live-search.h                  |   84 -
 gcr/gcr-pkcs11-import-dialog.c         |  279 ---
 gcr/gcr-pkcs11-import-dialog.h         |   67 -
 gcr/gcr-pkcs11-import-dialog.ui        |  255 --
 gcr/gcr-pkcs11-import-interaction.c    |  259 --
 gcr/gcr-pkcs11-import-interaction.h    |   43 -
 gcr/gcr-prompt-dialog.c                |  968 --------
 gcr/gcr-prompt-dialog.h                |   63 -
 gcr/gcr-prompter-tool.c                |  266 --
 gcr/gcr-prompter.desktop.in.in         |    8 -
 gcr/gcr-renderer.c                     |  296 ---
 gcr/gcr-renderer.h                     |   84 -
 gcr/gcr-secure-entry-buffer.c          |  232 --
 gcr/gcr-secure-entry-buffer.h          |   64 -
 gcr/gcr-simple-certificate.h           |    2 +
 gcr/gcr-tree-selector.c                |  362 ---
 gcr/gcr-tree-selector.h                |   70 -
 gcr/gcr-ui.h                           |   62 -
 gcr/gcr-ui.pc.in                       |   15 -
 gcr/gcr-ui.symbols                     |  113 -
 gcr/gcr-unlock-options-widget.c        |  515 ----
 gcr/gcr-unlock-options-widget.h        |   82 -
 gcr/gcr-unlock-options-widget.ui       |  117 -
 gcr/gcr-unlock-renderer.c              |  358 ---
 gcr/gcr-unlock-renderer.h              |   84 -
 gcr/gcr-viewer-tool.c                  |  131 -
 gcr/gcr-viewer-widget.c                |  663 -----
 gcr/gcr-viewer-widget.h                |   61 -
 gcr/gcr-viewer-window.c                |  188 --
 gcr/gcr-viewer-window.h                |   64 -
 gcr/gcr-viewer.c                       |  191 --
 gcr/gcr-viewer.desktop.in.in           |   10 -
 gcr/gcr-viewer.h                       |   87 -
 gcr/gcr.h                              |    4 +-
 gcr/gcr.pc.in                          |   12 -
 gcr/icons/16x16/Makefile.am            |    5 -
 gcr/icons/16x16/gcr-gnupg.png          |  Bin 637 -> 0 bytes
 gcr/icons/16x16/gcr-key-pair.png       |  Bin 879 -> 0 bytes
 gcr/icons/16x16/gcr-key.png            |  Bin 650 -> 0 bytes
 gcr/icons/16x16/gcr-password.png       |  Bin 483 -> 0 bytes
 gcr/icons/16x16/gcr-smart-card.png     |  Bin 509 -> 0 bytes
 gcr/icons/22x22/Makefile.am            |    5 -
 gcr/icons/22x22/gcr-gnupg.png          |  Bin 843 -> 0 bytes
 gcr/icons/22x22/gcr-key-pair.png       |  Bin 1275 -> 0 bytes
 gcr/icons/22x22/gcr-key.png            |  Bin 868 -> 0 bytes
 gcr/icons/22x22/gcr-password.png       |  Bin 803 -> 0 bytes
 gcr/icons/22x22/gcr-smart-card.png     |  Bin 666 -> 0 bytes
 gcr/icons/24x24/Makefile.am            |    5 -
 gcr/icons/24x24/gcr-gnupg.png          |  Bin 858 -> 0 bytes
 gcr/icons/24x24/gcr-key-pair.png       |  Bin 1278 -> 0 bytes
 gcr/icons/24x24/gcr-key.png            |  Bin 882 -> 0 bytes
 gcr/icons/24x24/gcr-password.png       |  Bin 744 -> 0 bytes
 gcr/icons/24x24/gcr-smart-card.png     |  Bin 645 -> 0 bytes
 gcr/icons/256x256/Makefile.am          |    5 -
 gcr/icons/256x256/gcr-gnupg.png        |  Bin 8863 -> 0 bytes
 gcr/icons/256x256/gcr-password.png     |  Bin 5596 -> 0 bytes
 gcr/icons/256x256/gcr-smart-card.png   |  Bin 10098 -> 0 bytes
 gcr/icons/32x32/Makefile.am            |    5 -
 gcr/icons/32x32/gcr-gnupg.png          |  Bin 1129 -> 0 bytes
 gcr/icons/32x32/gcr-key-pair.png       |  Bin 1903 -> 0 bytes
 gcr/icons/32x32/gcr-key.png            |  Bin 1176 -> 0 bytes
 gcr/icons/32x32/gcr-password.png       |  Bin 902 -> 0 bytes
 gcr/icons/32x32/gcr-smart-card.png     |  Bin 1093 -> 0 bytes
 gcr/icons/48x48/Makefile.am            |    5 -
 gcr/icons/48x48/gcr-gnupg.png          |  Bin 1679 -> 0 bytes
 gcr/icons/48x48/gcr-key-pair.png       |  Bin 3502 -> 0 bytes
 gcr/icons/48x48/gcr-key.png            |  Bin 2036 -> 0 bytes
 gcr/icons/48x48/gcr-password.png       |  Bin 1525 -> 0 bytes
 gcr/icons/48x48/gcr-smart-card.png     |  Bin 1724 -> 0 bytes
 gcr/icons/Makefile.am                  |   29 -
 gcr/icons/Makefile.decl                |   15 -
 gcr/icons/render-icons.py              |  174 --
 gcr/icons/src/gcr-gnupg.svg            |  293 ---
 gcr/icons/src/gcr-key-and-keypair.svg  | 4138 --------------------------------
 gcr/icons/src/gcr-password.svg         | 1222 ----------
 gcr/icons/src/gcr-smart-card.svg       | 1165 ---------
 gcr/tests/Makefile.am                  |   23 +-
 gcr/tests/frob-certificate-request.c   |    3 -
 gcr/tests/frob-certificate.c           |  112 -
 gcr/tests/frob-combo-selector.c        |   95 -
 gcr/tests/frob-gnupg-selector.c        |   95 -
 gcr/tests/frob-key.c                   |   87 -
 gcr/tests/frob-openpgp.c               |    2 +-
 gcr/tests/frob-prompt.c                |  234 --
 gcr/tests/frob-request.c               |   96 -
 gcr/tests/frob-system-prompt.c         |  109 -
 gcr/tests/frob-tree-selector.c         |  208 --
 gcr/tests/frob-unlock-options.c        |   84 -
 gcr/tests/frob-unlock.c                |  112 -
 gcr/tests/test-openpgp.c               |    2 +-
 gcr/tests/test-openssh.c               |    2 +-
 gcr/tests/test-secret-exchange.c       |    2 +-
 po/POTFILES.in                         |   38 +-
 ui/Makefile.am                         |  276 +++
 ui/gcr-certificate-basics-widget.c     |   81 +
 ui/gcr-certificate-basics-widget.h     |   63 +
 ui/gcr-certificate-details-widget.c    |   81 +
 ui/gcr-certificate-details-widget.h    |   63 +
 ui/gcr-certificate-exporter.c          |  568 +++++
 ui/gcr-certificate-exporter.h          |   74 +
 ui/gcr-certificate-renderer-private.h  |   51 +
 ui/gcr-certificate-renderer.c          |  964 ++++++++
 ui/gcr-certificate-renderer.h          |   78 +
 ui/gcr-certificate-request-renderer.c  |  536 +++++
 ui/gcr-certificate-request-renderer.h  |   71 +
 ui/gcr-certificate-widget.c            |  267 +++
 ui/gcr-certificate-widget.h            |   67 +
 ui/gcr-collection-model.c              | 1653 +++++++++++++
 ui/gcr-collection-model.h              |  102 +
 ui/gcr-combo-selector.c                |  271 +++
 ui/gcr-combo-selector.h                |   67 +
 ui/gcr-crypto-types.xml                |  167 ++
 ui/gcr-deprecated.h                    |   48 +
 ui/gcr-dialog-util.c                   |  182 ++
 ui/gcr-dialog-util.h                   |   42 +
 ui/gcr-display-scrolled.c              |  176 ++
 ui/gcr-display-scrolled.h              |   57 +
 ui/gcr-display-view.c                  | 1243 ++++++++++
 ui/gcr-display-view.h                  |  116 +
 ui/gcr-failure-renderer.c              |  224 ++
 ui/gcr-failure-renderer.h              |   67 +
 ui/gcr-gnupg-renderer.c                |  852 +++++++
 ui/gcr-gnupg-renderer.h                |   77 +
 ui/gcr-import-button.c                 |  578 +++++
 ui/gcr-import-button.h                 |   74 +
 ui/gcr-key-renderer.c                  |  525 ++++
 ui/gcr-key-renderer.h                  |   68 +
 ui/gcr-key-widget.c                    |  224 ++
 ui/gcr-key-widget.h                    |   61 +
 ui/gcr-list-selector-private.h         |   41 +
 ui/gcr-list-selector.c                 |  458 ++++
 ui/gcr-list-selector.h                 |   71 +
 ui/gcr-live-search.c                   |  658 +++++
 ui/gcr-live-search.h                   |   84 +
 ui/gcr-pkcs11-import-dialog.c          |  280 +++
 ui/gcr-pkcs11-import-dialog.h          |   67 +
 ui/gcr-pkcs11-import-dialog.ui         |  255 ++
 ui/gcr-pkcs11-import-interaction.c     |  260 ++
 ui/gcr-pkcs11-import-interaction.h     |   43 +
 ui/gcr-prompt-dialog.c                 |  969 ++++++++
 ui/gcr-prompt-dialog.h                 |   63 +
 ui/gcr-prompter-tool.c                 |  265 ++
 ui/gcr-prompter.desktop.in.in          |    8 +
 ui/gcr-renderer.c                      |  296 +++
 ui/gcr-renderer.h                      |   85 +
 ui/gcr-secure-entry-buffer.c           |  232 ++
 ui/gcr-secure-entry-buffer.h           |   64 +
 ui/gcr-tree-selector.c                 |  363 +++
 ui/gcr-tree-selector.h                 |   70 +
 ui/gcr-ui.h                            |   60 +
 ui/gcr-ui.pc.in                        |   15 +
 ui/gcr-ui.symbols                      |  111 +
 ui/gcr-unlock-options-widget.c         |  515 ++++
 ui/gcr-unlock-options-widget.h         |   82 +
 ui/gcr-unlock-options-widget.ui        |  117 +
 ui/gcr-unlock-renderer.c               |  359 +++
 ui/gcr-unlock-renderer.h               |   85 +
 ui/gcr-viewer-tool.c                   |  131 +
 ui/gcr-viewer-widget.c                 |  664 +++++
 ui/gcr-viewer-widget.h                 |   61 +
 ui/gcr-viewer-window.c                 |  188 ++
 ui/gcr-viewer-window.h                 |   64 +
 ui/gcr-viewer.c                        |  191 ++
 ui/gcr-viewer.desktop.in.in            |   10 +
 ui/gcr-viewer.h                        |   87 +
 ui/gcr.pc.in                           |   12 +
 ui/icons/16x16/Makefile.am             |    5 +
 ui/icons/16x16/gcr-gnupg.png           |  Bin 0 -> 637 bytes
 ui/icons/16x16/gcr-key-pair.png        |  Bin 0 -> 879 bytes
 ui/icons/16x16/gcr-key.png             |  Bin 0 -> 650 bytes
 ui/icons/16x16/gcr-password.png        |  Bin 0 -> 483 bytes
 ui/icons/16x16/gcr-smart-card.png      |  Bin 0 -> 509 bytes
 ui/icons/22x22/Makefile.am             |    5 +
 ui/icons/22x22/gcr-gnupg.png           |  Bin 0 -> 843 bytes
 ui/icons/22x22/gcr-key-pair.png        |  Bin 0 -> 1275 bytes
[--snip--]
