aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-03-20 10:13:14 +0000
committerWerner Koch <[email protected]>2018-03-20 10:13:14 +0000
commit44f9e80ea99733f373d75c3632273f763e6f5853 (patch)
treeb3a504019e761a7624908058a0987eab01bf4505 /NEWS
parentjson: Add framework for the gpgme-json tool (diff)
parentcore: Do not clobber R_KEY in gpgme_get_key on error. (diff)
downloadgpgme-44f9e80ea99733f373d75c3632273f763e6f5853.tar.gz
gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.zip
Merge branch 'master' into json-tool
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1a342b18..7b6fdd9c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
-------------------------------------------------