aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-11-04 10:21:25 +0100
committerIngo Klöcker <[email protected]>2022-11-04 10:38:41 +0100
commit4f874ea431ba68ba70cf569741488502b1f61e66 (patch)
tree9b17d35addc0d86ecbb60bbf51a9004932de34b6 /NEWS
parentbuild: Update libassuan.m4. (diff)
downloadgpgme-4f874ea431ba68ba70cf569741488502b1f61e66.tar.gz
gpgme-4f874ea431ba68ba70cf569741488502b1f61e66.zip
core: New context flag "no-auto-check-trustdb"
* src/context.h (gpgme_context): Add field no_auto_check_trustdb. * src/gpgme.c (gpgme_set_ctx_flag, gpgme_get_ctx_flag): Add flag "no-auto-check-trustdb". * src/engine-gpg.c (engine_gpg): Add flags.no_auto_check_trustdb. (gpg_set_engine_flags): Set the flag. (build_argv): Pass option to gpg. * tests/run-keylist.c (show_usage, main): Add option --no-trust-check. -- This makes the --no-auto-check-trustdb option available in the GPGME API to disable the potentially expensive automatic trust database check. GnuPG-bug-id: 6261
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc434647..c6cec593 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Noteworthy changes in version 1.18.1 (unreleased)
-------------------------------------------------
+ * New context flag "no-auto-check-trustdb". [T6261]
+
* Optionally, build QGpgME for Qt 6
* cpp: Handle error when trying to sign expired keys. [T6155]
@@ -15,6 +17,8 @@ Noteworthy changes in version 1.18.1 (unreleased)
* Interface changes relative to the 1.18.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'.
+ gpgme_set_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'.
cpp: GpgGenCardKeyInteractor::Curve NEW.
cpp: GpgGenCardKeyInteractor::setCurve NEW.