aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-16 16:52:49 +0000
committerJustus Winter <[email protected]>2017-02-16 16:55:16 +0000
commit7641b7b5f2c9d5b38c60cd9326bcb4810c37dae5 (patch)
tree989e65b348f7a6f48a90e5be7c51ffd349a6c107 /NEWS
parentpython: Support quick subkey creation. (diff)
downloadgpgme-7641b7b5f2c9d5b38c60cd9326bcb4810c37dae5.tar.gz
gpgme-7641b7b5f2c9d5b38c60cd9326bcb4810c37dae5.zip
python: Support adding and revoking UIDs.
* NEWS: Update. * lang/python/gpg/core.py (Context.key_add_uid): New function. (Context.key_revoke_uid): Likewise. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/t-quick-key-manipulation.py: New file. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2df4448..889a5265 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ Noteworthy changes in version 1.8.1 (unreleased)
py: Context.keylist EXTENDED: New keyword arg mode.
py: Context.create_key NEW.
py: Context.create_subkey NEW.
+ py: Context.key_add_uid NEW.
+ py: Context.key_revoke_uid NEW.
py: core.pubkey_algo_string NEW.
py: core.addrspec_from_uid NEW.