aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-14 15:30:30 +0000
committerJustus Winter <[email protected]>2017-02-14 15:33:55 +0000
commit92adc9bbf640eb5d9177d3ba0189e0f6cee4e995 (patch)
treeb3eed78f8aa1333d59442389d847b0aff38a0e00 /NEWS
parentpython: Use the correct function to free buffers. (diff)
downloadgpgme-92adc9bbf640eb5d9177d3ba0189e0f6cee4e995.tar.gz
gpgme-92adc9bbf640eb5d9177d3ba0189e0f6cee4e995.zip
python: Wrap utility functions.
* NEWS: Update. * lang/python/gpg/core.py (pubkey_algo_string): New function. (pubkey_algo_name): Add docstring. (hash_algo_name): Likewise. (get_protocol_name): Likewise. (addrspec_from_uid): New function. * lang/python/gpgme.i (gpgme_pubkey_algo_string): Result must be freed. (gpgme_addrspec_from_uid): Likewise. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 125d54e7..a974ec76 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,11 @@ Noteworthy changes in version 1.8.1 (unreleased)
cpp: Key::addUid() NEW.
qt: CryptoConfig::stringValueList() NEW.
gpgme_data_rewind UN-DEPRECATE.
- py: Context.__init__ EXTENDED: New keyword argument home_dir.
- py: Context.home_dir NEW.
- py: Context.keylist EXTENDED: New keyword argument mode.
+ py: Context.__init__ EXTENDED: New keyword arg home_dir.
+ py: Context.home_dir NEW.
+ py: Context.keylist EXTENDED: New keyword arg mode.
+ py: core.pubkey_algo_string NEW.
+ py: core.addrspec_from_uid NEW.
Noteworthy changes in version 1.8.0 (2016-11-16)