aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-06-08 14:19:47 +0000
committerAndre Heinecke <[email protected]>2018-06-08 14:19:47 +0000
commit8dff414e170e4df8ea661028c4ac1588311ca26e (patch)
tree31c22ac02ca6ba4bf730f1f2e1d3e4c7f314e2a8 /NEWS
parentjson: Return fingerprint as createkey result (diff)
downloadgpgme-8dff414e170e4df8ea661028c4ac1588311ca26e.tar.gz
gpgme-8dff414e170e4df8ea661028c4ac1588311ca26e.zip
cpp: Add proper gpgme_op_createkey
* lang/cpp/src/context.cpp, lang/cpp/src/context.h (Context::createKeyEx): New. -- The createKeyEx function follows the usual pattern that the synchronous call returns a result directly while for the async an extra call is neccessary.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e70b9a9d..6c33c258 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ Noteworthy changes in version 1.11.2 (unreleased)
cpp: Data::rewind NEW.
cpp: Context::setFlag NEW.
cpp: Context::getFlag NEW.
+ cpp: Context::createKeyEx NEW.
Noteworthy changes in version 1.11.1 (2018-04-20)