aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-03-02 08:35:05 +0000
committerAndre Heinecke <[email protected]>2017-03-02 08:38:31 +0000
commit8071a6b2ca33c2a46ed1d50ae7283241daaafcd3 (patch)
treee3ecb0dfc072b660978f926e8956237b295baa99 /NEWS
parentcpp: Add interactor to generate keys on smartcard (diff)
downloadgpgme-8071a6b2ca33c2a46ed1d50ae7283241daaafcd3.tar.gz
gpgme-8071a6b2ca33c2a46ed1d50ae7283241daaafcd3.zip
cpp: Add subkey keygrip to API
* lang/cpp/src/key.cpp (Subkey::keyGrip): New. * lang/cpp/src/key.h: Update accordingly.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4ad1ceab..7899522e 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ Noteworthy changes in version 1.8.1 (unreleased)
cpp: Key::UserID::revoke() NEW.
cpp: Key::addUid() NEW.
cpp: GpgGenCardKeyInteractor NEW.
+ cpp: Subkey::keyGrip NEW.
qt: CryptoConfig::stringValueList() NEW.
gpgme_data_rewind UN-DEPRECATE.
py: Context.__init__ EXTENDED: New keyword arg home_dir.