diff options
author | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
commit | 44f9e80ea99733f373d75c3632273f763e6f5853 (patch) | |
tree | b3a504019e761a7624908058a0987eab01bf4505 /NEWS | |
parent | json: Add framework for the gpgme-json tool (diff) | |
parent | core: Do not clobber R_KEY in gpgme_get_key on error. (diff) | |
download | gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.tar.gz gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.zip |
Merge branch 'master' into json-tool
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +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. - + cpp: ImportResult::numV3KeysSkipped NEW. Noteworthy changes in version 1.10.0 (2017-12-12) ------------------------------------------------- |