From ab1d4ef580794a86da754d516db35091f6997e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 21 Jun 2021 10:48:06 +0200 Subject: [PATCH] Update NEWS. * NEWS: Add news for recent changes -- GnuPG-bug-id: 5421, 5217 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 5aa556c1..46679471 100644 --- a/NEWS +++ b/NEWS @@ -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.