diff options
author | Werner Koch <[email protected]> | 2023-01-31 08:47:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-01-31 08:52:04 +0000 |
commit | 359378c5b3f3aaf274dfc33861978c3cf6ec60ca (patch) | |
tree | 63448e3ab2fde5da9ed5d585e23a75f7a4ecc4b5 /NEWS | |
parent | Update NEWS and set version to 1.19.0 (diff) | |
download | gpgme-359378c5b3f3aaf274dfc33861978c3cf6ec60ca.tar.gz gpgme-359378c5b3f3aaf274dfc33861978c3cf6ec60ca.zip |
json: New operation "identify" and convenience option --identify.
* src/gpgme-json.c (data_type_to_string): New.
(op_identify): New.
(process_request): Add to command list.
(cmd_identify): New.
(main): Add option --identify.
--
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ Noteworthy changes in version 1.19.0 (unreleased) ------------------------------------------------- + * New convenience option --identify for gpgme-json. + * New context flag "no-auto-check-trustdb". [T6261] * Optionally, build QGpgME for Qt 6 @@ -431,7 +433,7 @@ Noteworthy changes in version 1.13.0 (2019-03-26) * Several fixes to the Common Lisp bindings. - * Fixed minor bugs in gpgme-json. [#4331,#4341,#4342,#4343 + * Fixed minor bugs in gpgme-json. [#4331,#4341,#4342,#4343] * Require trace level 8 to dump all I/O data. |