aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-06-21 08:48:06 +0000
committerIngo Klöcker <[email protected]>2021-06-21 08:48:06 +0000
commitab1d4ef580794a86da754d516db35091f6997e2c (patch)
tree89ec7e5de1b8fddec76c2e9b65dfa86b4691a42c
parentqt: Add missing } (diff)
downloadgpgme-ab1d4ef580794a86da754d516db35091f6997e2c.tar.gz
gpgme-ab1d4ef580794a86da754d516db35091f6997e2c.zip
Update NEWS.
* NEWS: Add news for recent changes -- GnuPG-bug-id: 5421, 5217
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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.