aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-12-01 12:21:34 +0000
committerAndre Heinecke <[email protected]>2017-12-01 12:21:34 +0000
commit8e2d6c28a5e923f829b5a26d19d9d897949aa1fe (patch)
tree556dba232e59825e775507b68dd5cc6ef3995464 /NEWS
parentFix uid parsing for ldap keyserver (diff)
downloadgpgme-8e2d6c28a5e923f829b5a26d19d9d897949aa1fe.tar.gz
gpgme-8e2d6c28a5e923f829b5a26d19d9d897949aa1fe.zip
cpp: Wrap create_key and create_subkey
* lang/cpp/src/context.cpp, lang/cpp/src/context.h (Context::startCreateKey) (Context::createKey, Context::createSubkey) (Context::startCreateSubkey): New.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aee3f100..83c8f5f2 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Noteworthy changes in version 1.10.0 (unreleased)
cpp: DecryptionResult::isDeVs NEW.
cpp: Signature::isDeVs NEW.
cpp: EngineInfo::Version::operator> NEW.
+ cpp: Context::createKey NEW.
+ cpp: Context::startCreateKey NEW.
+ cpp: Context::createSubkey NEW.
+ cpp: Context::startCreateSubkey NEW.
py: DecryptResult EXTENDED: New boolean field 'is_de_vs'.
py: Signature EXTENDED: New boolean field 'is_de_vs'.
py: GpgError EXTENDED: Partial results in 'results'.