From 71d4c9f4527d7bacbae678b38813536f3501d75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Thu, 17 Feb 2022 17:54:12 +0100 Subject: [PATCH] doc: Update NEWS -- Add a few more changes in version 1.17.0. --- NEWS | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3dd0db30..7aa5349e 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,11 @@ Noteworthy changes in version 1.17.0 (2022-02-07) * cpp,qt: Support for adding existing subkeys to other keys. [#5770] * qt: Extend ChangeExpiryJob to change expiration of primary key - and of subkeys at the same time. [#4717] + and of subkeys at the same time. [#4717] + + * qt: Support WKD lookup without implicit import. [#5728] + + * qt: Allow specifying an import filter when importing keys. [#5739] * qt: Expect UTF-8 on stderr on Windows. [rM8fe1546282] @@ -76,6 +80,15 @@ Noteworthy changes in version 1.17.0 (2022-02-07) qt: ChangeExpiryJob::Options NEW. qt: ChangeExpiryJob::setOptions NEW. qt: ChangeExpiryJob::options NEW. + qt: CryptoConfigEntry::defaultValue NEW. + qt: WKDLookupJob NEW. + qt: WKDLookupResult NEW. + qt: Protocol::wkdLookupJob NEW. + qt: ImportJob::setKeyOrigin NEW. + qt: ImportJob::keyOrigin NEW. + qt: ImportJob::keyOriginUrl NEW. + qt: setImportFilter NEW. + qt: importFilter NEW. qt: AddExistingSubkeyJob NEW. qt: Protocol::addExistingSubkeyJob NEW.