diff options
author | Werner Koch <[email protected]> | 2016-06-01 09:10:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-01 09:11:04 +0000 |
commit | 1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d (patch) | |
tree | 375e6d6fd8d035923838359d84fc7fa30c842481 /NEWS | |
parent | python: use GPG_ERROR_CONFIG variable (diff) | |
download | gpgme-1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d.tar.gz gpgme-1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d.zip |
core: Set notation flags for verify.
* src/gpgme.h.in (GPGME_STATUS_NOTATION_FLAGS): New.
* src/status-table.c (status_table): Add new status.
* src/verify.c (parse_notation): Handle flags. Also fix NOTATION_DATA
in case gpg would not percent-escape spaces.
(_gpgme_verify_status_handler): Handle flags.
* tests/run-verify.c (print_result): Print notaion data.
--
Note that this does only work with the soon to be released GnuPG
2.1.13.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,8 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_] * New function to format a GnuPG style public key algorithm string. + * Notation flags are now correctly set on verify. + * Interface changes relative to the 1.6.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_pubkey_algo_string NEW. @@ -15,6 +17,7 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_] GPGME_STATUS_TOFU_USER NEW. GPGME_STATUS_TOFU_STATS NEW. GPGME_STATUS_TOFU_STATS_LONG NEW. + GPGME_STATUS_NOTATION_FLAGS NEW. Noteworthy changes in version 1.6.0 (2015-08-26) [C25/A14/R0] |