commit 48e1a4df5a2aae2e0c3d160e0d692c43671e26d3 (HEAD -> master) Author: Jordan Petridis Date: 2024-07-12 Release 46.2 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit af0e12e9540f84cea934de67e259441774cb157b (origin/master, origin/HEAD) Merge: f77f76d2 3ebc1913 Author: Jordan Petridis Date: 2024-05-22 Merge branch 'nielsdg/fix-stdbool-compilation-error' into 'master' Don't use `bool` as variable name See merge request GNOME/gnome-keyring!75 commit 3ebc191313b59cdde5b4615a1e8abdbd83398953 Author: Niels De Graef Date: 2024-05-22 Don't use `bool` as variable name This breaks compilation with stdbool.h pkcs11/gkm/gkm-attributes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit f77f76d21db2003e1ac72c9d06b53d11f76fc212 Author: Guntupalli Karunakar Date: 2024-05-07 Update Hindi translation po/hi.po | 525 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 257 insertions(+), 268 deletions(-) commit 655a89f2dc5654591b3c976a152bf39eeef5add5 Author: Alexandre Franke Date: 2024-04-08 Update French translation po/fr.po | 58 ++++++++++++++-------------------------------------------- 1 file changed, 14 insertions(+), 44 deletions(-) commit 74a258cdad0105910be1286282874bef9c96cf90 Author: Rachida SACI Date: 2024-03-29 Update Kabyle translation po/kab.po | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) commit 12c638b82d410d230f83fa9d87dbffb37d04b53f Author: Rachida SACI Date: 2024-03-27 Add Kabyle translation po/LINGUAS | 1 + po/kab.po | 498 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 499 insertions(+) commit 2d5678c79f301553546e8fd4322b8e4f675e202b Merge: 394ddf5f 77c490b4 Author: Niels De Graef Date: 2024-03-25 Merge branch 'nielsdg/obsolete-autoconf-shit' into 'master' autogoo: replace AC_HELP_STRING with AS_HELP_STRING See merge request GNOME/gnome-keyring!72 commit 77c490b4dcca06d6dc3513d071a3185528ec0a30 Author: Niels De Graef Date: 2024-03-23 autogoo: replace AC_HELP_STRING with AS_HELP_STRING Autoconf made the `AC_HELP_STRING` macro obsolete many moons ago in Autoconf. It should be replaced with `AS_HELP_STRING`, so let's do that. configure.ac | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 394ddf5f96d40ee58f1ff85422450fe4f4ed9dc6 Merge: 5c76f18b a6108b74 Author: Niels De Graef Date: 2024-03-18 Merge branch 'fix-7' into 'master' Default "automatically unlock" checkbox to false Closes #7 See merge request GNOME/gnome-keyring!38 commit a6108b747bbdcd532bd1e860e3d5ab5baa8e6ff4 Author: Ryan Hendrickson Date: 2021-05-20 Default "automatically unlock" checkbox to false The GCR prompt used to unlock keyrings and other secure objects has a checkbox for automatically unlocking the object when the user logs in. Previously, this checkbox was checked by default if the object in question had the CKA_GNOME_TRANSIENT attribute set. This linkage frankly makes no sense; the change can be traced back to a nine-year-old commit (084ce5e08) which appears to have mistakenly altered code that used CKA_GNOME_TRANSIENT to determine the *nature* of the choice into code that used CKA_GNOME_TRANSIENT to set the default *value* of the choice. Defaulting this checkbox to true, which was the practical effect of using CKA_GNOME_TRANSIENT in this way, has obvious drawbacks for security, as the reporter of #7 and the various reporters in bugs linked from there have attested. Removing this linkage is a small change, but it results in a larger amount of code being no longer needed, which this commit cleans up. Fixes #7. pkcs11/wrap-layer/gkm-wrap-prompt.c | 70 ++----------------------------------- 1 file changed, 3 insertions(+), 67 deletions(-) commit 5c76f18b76ebc6a4eaabff0dcabad042050e1f2d Merge: 2064ac12 c62aeb4e Author: Niels De Graef Date: 2024-03-18 Merge branch 'fix-distcheck' into 'master' build: Fix distcheck with systemd units See merge request GNOME/gnome-keyring!70 commit c62aeb4eeeb50b625d1ffa154eb5574e8341f47a Author: Dan Nicholson Date: 2024-03-14 build: Fix distcheck with systemd units The user unit directory gathered from pkg-config is an absolute path and doesn't follow the configured prefix. distcheck doesn't like that, so set `systemduserunitdir` to follow the prefix even though that wouldn't make sense on a real build. Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 2064ac123c8741571a9bf23c5ec829496279edbd Author: Andre Klapper Date: 2024-03-14 docs: Replace defunct Bugzilla with GitLab URI docs/gnome-keyring-daemon.xml | 2 +- docs/gnome-keyring.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 3a40f7496a3e8e238573d14dc7f9aea61b230ddb Author: Andre Klapper Date: 2024-03-14 HACKING: Replace defunct Bugzilla and mailing list with GitLab and Discourse HACKING | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 8f5ba178485d3c7152fcb7ffb5a4f04a1fd0d515 Author: Andre Klapper Date: 2024-03-14 HACKING: Correct 404 URI to Architecture on wiki HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bcb56ab93f30a7ffd99c8ccf721bd39832e43fba Author: Aefgh Threenine Date: 2024-02-22 Update Thai translation po/th.po | 531 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 253 insertions(+), 278 deletions(-) commit 2d2d48e3c27130d487460596153561f275bf6be0 Merge: 4e173494 cb52598c Author: Niels De Graef Date: 2024-02-13 Merge branch 'wip/undef' into 'master' rpc-layer: Fix undefined reference to g_strlcpy See merge request GNOME/gnome-keyring!66 commit cb52598c6705c04f1aec9256e14f4e2f2c7bb8e0 Author: Jeremy BĂ­cha Date: 2024-02-13 rpc-layer: Fix undefined reference to g_strlcpy fixes build with -Wl,-z,defs pkcs11/rpc-layer/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 4e173494bf15795a1ebab6e2bbd9377fac456240 (tag: 46.1)