diff options
author | Ingo Klöcker <[email protected]> | 2021-06-21 08:48:06 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2021-06-21 08:48:06 +0000 |
commit | ab1d4ef580794a86da754d516db35091f6997e2c (patch) | |
tree | 89ec7e5de1b8fddec76c2e9b65dfa86b4691a42c | |
parent | qt: Add missing } (diff) | |
download | gpgme-ab1d4ef580794a86da754d516db35091f6997e2c.tar.gz gpgme-ab1d4ef580794a86da754d516db35091f6997e2c.zip |
Update NEWS.
* NEWS: Add news for recent changes
--
GnuPG-bug-id: 5421, 5217
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,9 +1,17 @@ Noteworthy changes in version 1.15.2 (unreleased) ------------------------------------------------- + * cpp, qt: Add support for trust signatures. [#5421] + + * qt: Add support for flags in LDAP server options. [#5217] * Interface changes relative to the 1.15.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cpp: SignKeyJob::setTrustSignature NEW. + cpp: TrustSignatureTrust NEW. + cpp: GpgSignKeyEditInteractor::setTrustSignatureTrust NEW. + cpp: GpgSignKeyEditInteractor::setTrustSignatureDepth NEW. + cpp: GpgSignKeyEditInteractor::setTrustSignatureScope NEW. cpp: UserID::Signature::isTrustSignature NEW. cpp: UserID::Signature::trustValue NEW. cpp: UserID::Signature::trustDepth NEW. |