aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-09-14 09:40:34 +0000
committerWerner Koch <[email protected]>2016-09-14 09:40:34 +0000
commit3210f3e4725afc5ee2810b9a1361918ec9c42ca4 (patch)
tree742cdfee9596708ce838d88ca47236162821817e /NEWS
parentcore: New function gpgme_op_createsubkey. (diff)
downloadgpgme-3210f3e4725afc5ee2810b9a1361918ec9c42ca4.tar.gz
gpgme-3210f3e4725afc5ee2810b9a1361918ec9c42ca4.zip
core: New function gpgme_op_adduid.
* src/genkey.c: Replace most error codes GPG_ERR_INV_VALUE by GPG_ERR_INV_ARG. (struct op_data_t): Add field UIDMODE. (genkey_status_handler): Use UIDMODE. (adduid_start): New. (gpgme_op_adduid_start, gpgme_op_adduid): New. * src/gpgme.def, src/libgpgme.vers: Add them. * tests/run-genkey.c: Add option --adduid. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9445f7f9..621ce3ff 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,8 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_]
gpgme_op_createkey_start NEW.
gpgme_op_createsubkey NEW.
gpgme_op_createsubkey_start NEW.
+ gpgme_op_adduid_start NEW.
+ gpgme_op_adduid NEW.
gpgme_genkey_result_t EXTENDED: New fields pubkey and seckey.
gpgme_signature_t EXTENDED: New field key.
gpgme_key_t EXTENDED: New field fpr.