aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-16 15:38:21 +0000
committerJustus Winter <[email protected]>2017-02-16 15:45:25 +0000
commit13bace25e3d8422f93fd24919994be36042fd220 (patch)
tree18809106a4bf0969d50deb1871e8978f08c4c8e3 /NEWS
parentpython: Support quick key creation. (diff)
downloadgpgme-13bace25e3d8422f93fd24919994be36042fd220.tar.gz
gpgme-13bace25e3d8422f93fd24919994be36042fd220.zip
python: Support quick subkey creation.
* NEWS: Update. * lang/python/gpg/core.py (Context.create_subkey): New function. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/t-quick-subkey-creation.py: New file. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d30b94d..d2df4448 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ Noteworthy changes in version 1.8.1 (unreleased)
py: Context.home_dir NEW.
py: Context.keylist EXTENDED: New keyword arg mode.
py: Context.create_key NEW.
+ py: Context.create_subkey NEW.
py: core.pubkey_algo_string NEW.
py: core.addrspec_from_uid NEW.