aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-14 12:43:01 +0000
committerJustus Winter <[email protected]>2017-02-14 15:33:19 +0000
commit99b7f4f34dd595579181a696ae976a678fe00d49 (patch)
tree16d7d99f58a04c4c93e05e7dead7fc9873c077c0 /NEWS
parentqt: Make sure to remove the tofu.db on clean. (diff)
downloadgpgme-99b7f4f34dd595579181a696ae976a678fe00d49.tar.gz
gpgme-99b7f4f34dd595579181a696ae976a678fe00d49.zip
python: Add convenience functions for the home directory.
* NEWS: Update. * lang/python/gpg/core.py (Context.__init__): Add 'home_dir' argument. (__repr__): Include 'home_dir'. (Context.home_dir): New property. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4405f6c0..7ec3dfbe 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ 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.
Noteworthy changes in version 1.8.0 (2016-11-16)