Skip to content
Tags give the ability to mark specific points in history as being important
  • 3.10.0
    ff00fce1 · Release version 3.10.0 ·
    gcr 3.10.0:
     - Fix annotations [#705225]
     - Updated translations
    
  • 3.10.1
    52c5c871 · Release version 3.10.1 ·
    gcr 3.10.1:
     - Updated translations
    
  • 3.11.91
    153566de · Release version 3.11.91 ·
    gcr 3.11.91:
     - Parallel tests, non-recursive Makefile, and TAP
     - Add gck_enumerator_set_object_type_full() function
     - Add an accessor for GckAttribute raw value data
     - Add gcr_certificate_get_markup() function
     - Store imported key filename in GcrParsed & GcrParser [#705225]
     - Allow using GBytes with GcrParser [#708736]
     - Lots of VAPI and GIR fixes [#720504 ...]
     - Deprecation fixes
     - Updated translations
     - Valgrind fix and update headers [#710983 #702648]
     - Build fixes
    
  • 3.12.0
    fa8c28ec · Release version 3.12.0 ·
    gcr 3.12.0:
     - Use /usr/bin/env to find python [#726909]
     - Updated translations
    
  • 3.13.91
    9a6ecfeb · Release version 3.13.91 ·
    gcr 3.13.91:
     - Add support for parsing EC keys [#672137]
     - Add support for EC keys to key renderer
     - Parser support for PEM 'PUBLIC KEY' files
     - Parser support for parsing ECDSA OpenSSH keys
     - Fix use of libgcrypt 1.6+
     - Fix for deprecations in Gtk 3.13.x
     - Updated translations
     - Use g_debug() instead of our own debug wrappers
     - Bump required GLib version to 2.38.x
     - Don't include deprecated library in our pkg-config file [#732082]
     - Don't use non-portable 'sed -i' shell command [#728506]
     - Change CVS to Git in error message [#730340]
     - Build fixes
    
  • 3.14.0
    2eb7ac94 · Release version 3.14.0 ·
    gcr 3.14.0:
     - Updated translations
    
  • 3.15.90
    e9f5621f · Update release to 3.15.90 ·
    gcr 3.15.90:
     - Fix memory leaks [#738508 #739239]
     - Updated translations
     - Build fixes [#743201 #739449 #737622]
    
  • 3.15.92
    0b376fc1 · Release version 3.15.92 ·
    gcr 3.15.92:
     - Updated translations
     - Build fixes [#745629]
    
  • 3.16.0
    b12565cd · Release version 3.16.0 ·
    gcr 3.16.0
  • 3.17.4
    d304600c · Bump version ·
    gcr 3.17.4:
    - Bump up the GTK+ deps
    - Build fixes
    - Updated translations
    
  • 3.18.0
    289ba485 · Bump version number ·
    gcr 3.18.0:
    - Updated translations
    
  • 3.19.4
    331dd533 · Bump version number ·
    gcr 3.19.4:
    - Build fixes [#756235 #755873]
    - Updated translations
    
  • 3.20.0
    c5ab6707 · Bump version ·
    gcr 3.20.0:
    - Build fixes [#763488 #766301
    - Updated translations
    
  • 3.27.4
    cdcd74a4 · Bump version ·
    gcr 3.27.4:
    - Fix encoding of EC parameters [#785234]
    - Fix hang in certificate export dialog [#789804]
    - Fix failure case in gcr_secure_memory_try_realloc() [#775685]
    - Switch to using GLib resources
    - Build fixes [#771052, #775685, #775966, #774312, #774311, #764562, #764569]
    - Updated translations
    
  • 3.27.92
    gcr 3.27.92:
    - Provide API for reliably calling ssh programs [#735873]
    - Updated translations
    
  • 3.28.0
    aa4e0535 · Bump version ·
    gcr 3.28.0:
    - Fix year 2038 workaround in ASN.1 decoder [#787963]
    - Fix test errors when ssh-keygen is not found
    - Updated translations
    
  • 3.28.1
    3197d9e3 · Bump version ·
    gcr 3.28.1:
    - system-prompter: Fix use of g_hash_table_lookup_extended [#9]
    - Updated translations
    
  • 3.3.1
    a319d796 · Release version 3.3.1 ·
    gcr 3.3.1
     - Add function to get elements of union collection
     - Add gck_slot_enumerate_objects() function
     - Enumerator can now retrieve object attributes
     - Add gck_session_find_handles() and friends
     - Add gnupg and password icons
     - Function to notify that certificate changed
     - Update glib dependency for 2.30.0
     - Build, translation and documentation fixes
  • 3.3.1.1
    78d560bf · Release version 3.3.1.1 ·
    gcr 3.3.1.1
     - Fix build issues
  • 3.3.2
    1079619f · Release 3.3.2 ·
    gcr 3.3.2
     - Allow changing collection on a GcrCollectionModel, add tree/list
       mode to GcrCollectionModel
     - Allow chaining of GckEnumerator objects, so that when objects from
       one is listed, then chained enumerator is enumerated.
     - Integrate GTlsInteraction into libgck for logging in or key auth.
     - Refactor internal DER parsing to use reference counted memory
       using the prototyped GBytes API.
     - Build fixes, documentation fixes, testing fixes, memory leak fixes