diff options
author | Andre Heinecke <[email protected]> | 2018-03-15 14:58:32 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-03-15 15:23:18 +0000 |
commit | a630a1e3e74c926163864b013cb164b4cd1866fc (patch) | |
tree | a3bcae0322c81ff5be44893ceef3072e7fe21821 /NEWS | |
parent | docs: TODO (diff) | |
download | gpgme-a630a1e3e74c926163864b013cb164b4cd1866fc.tar.gz gpgme-a630a1e3e74c926163864b013cb164b4cd1866fc.zip |
core: Parse skipped_v3_keys
* src/gpgme.h.in (gpgme_import_result_t): Extend with skipped_v3_keys.
* src/import.c (gpgme_op_import_result): Extend debug with new field.
(parse_import_res): Parse skipped_v3_keys.
* tests/gpg/t-support.h, tests/run-support.h (print_import_result):
Print skipped_v3_keys.
--
This makes it possible to handle this in a GUI in a future
version.
GnuPG-Bug-Id: T3776
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,10 +3,10 @@ Noteworthy changes in version 1.10.1 (unreleased) * Interface changes relative to the 1.10.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gpgme_import_result_t EXTENDED: New field 'skipped_v3_keys' cpp: Key::locate NEW. cpp: Data::toString NEW. - Noteworthy changes in version 1.10.0 (2017-12-12) ------------------------------------------------- |