-
3.16.0
Changes in version 3.16.0 are: * Fix build issues highlighted by GCC 5.x * Updated translations
-
3.15.90
Changes in version 3.15.90 are: * Fix leaks [#738508] * Refactoring * Build fixes [#740190] * Updated translations
-
3.14.0
Changes in version 3.14.0 are: * Remove residual GTK+ usage * Updated translations * Build fixes
-
3.13.91
Changes in version 3.13.91 are: * Initialize correctly with empty passwords during login [#736085] * Don't use geteuid() to get UID for user in PAM module [#733418] * Fix for libgcrypt 1.6+ * Build fixes
-
3.11.92
Changes in version 3.11.92 are: * Use $XDG_RUNTIME_DIR to create keyring socket directory [#725801] * Stop exporting the $GNOME_KEYRING_CONTROL env variable [#725801] * Stop exposing a GNOME_KEYRING_PID variable [#725801] * Pass XDG_RUNTIME_DIR to new gnome-keyring-daemon process [#726196] * Fix issue with changed password not unlocking keyring [#726196] * Add new --unlock option to prompt for login password [#710187] * When in foreground mode, close stdout when done initializing * Exit gnome-keyring-daemon when the DBus connection closes [#708765] * Don't initialize in an idle handler, this is racy * Don't log debug messages to syslog [#711537] * Documentation fixes [#711581 ...] * License fixes [#721549] * Dependency on GLib 2.38+ * Updated translations * Modernize autotools setup and other build fixes * Parallel testing and add new tests
-
3.10.1
Changes in version 3.10.1 are: * Build fix on OpenBSD [#706405] * Add manual page * Minor error message fixes * Updated translations
-
3.10.0
Changes in version 3.10.0 are: * Minor logic fix [#708483]
-
3.9.90
Changes in version 3.9.90 are: * Fix running gnome-keyring-daemon under test harness * Test fixes [#702367]
-
3.8.2
Changes in version 3.8.2 are: * Fix implementation of LockService dbus method [#690466] * Update for recent changes in libtasn1 * Build fixes
-
3.9.1
Changes in version 3.9.1 are: * Fix implementation of LockService dbus method [#690466] * Updated translations [nl] * Build fixes
-
3.8.1
gcr 3.8.1: - Fix erroneously cancelled prompts - Updated translations
-
3.7.92
Changes in version 3.7.92 are: * Update introspection data of Collection.SearchItems() [#695115] * Update the Item.Created and Item.Modified properties correctly [#695052] * Updated translations * Build fixes
-
3.7.91
Changes in version 3.7.91 are: * Remove the roots-store module replaced by p11-kit 0.16+ trust module * Only return one object path list from Collection.SearchItems() [#695115] * Fix order of items returned from SearchItems() [#693884] * Build fixes
-
3.6.3
Changes in version 3.6.3 are: * Don't reverse the order of items returned from SearchItems() * Updated translations
-
3.7.5
Changes in version 3.7.5 are: * Set correct type for Collection's "Locked" property * Don't warn if the GNOME session manager is not available * Updated Translations * Fix crasher in armor code * Build fixes
-
3.7.2
Changes in version 3.7.2 are: * Bring over DER parsing fixes from GCR library * Fix corner case where long DER length overflows * Fix crash when parsing invalid DER files * Handle empty secrets correctly * Only print debug message if no pkcs11 socket * Other minor fixes * More complete test coverage