aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-05-04 18:35:47 +0200
committerIngo Klöcker <[email protected]>2021-05-05 19:25:48 +0200
commite391a08c6f96cd2d93c49b888459ee3f42058118 (patch)
treea3654544466d97ad315e3685f7b97cefa60037d7 /NEWS
parentcore: Extend gpgme_key_sig_t with trust signature members. (diff)
downloadgpgme-e391a08c6f96cd2d93c49b888459ee3f42058118.tar.gz
gpgme-e391a08c6f96cd2d93c49b888459ee3f42058118.zip
cpp: Add getters for the attributes of a trust signature
* lang/cpp/src/key.h (TrustSignatureTrust): New enum. * lang/cpp/src/key.h, lang/cpp/src/key.cpp (UserID::Signature::isTrustSignature): New. (UserID::Signature::trustValue): New. (UserID::Signature::trustDepth): New. (UserID::Signature::trustScope): New. -- GnuPG-bug-id: 5245, 5420
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e8272bb0..5aa556c1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ Noteworthy changes in version 1.15.2 (unreleased)
* Interface changes relative to the 1.15.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ cpp: UserID::Signature::isTrustSignature NEW.
+ cpp: UserID::Signature::trustValue NEW.
+ cpp: UserID::Signature::trustDepth NEW.
+ cpp: UserID::Signature::trustScope NEW.
gpgme_key_sig_t EXTENDED: New field 'trust_depth'.
gpgme_key_sig_t EXTENDED: New field 'trust_value'.
gpgme_key_sig_t EXTENDED: New field 'trust_scope'.