aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-02-17 16:54:12 +0000
committerIngo Klöcker <[email protected]>2022-03-07 08:28:09 +0000
commit71d4c9f4527d7bacbae678b38813536f3501d75f (patch)
treeef1af5fb71df9396f96428ceecf4c4b6935c3d30
parentPost release updates (diff)
downloadgpgme-71d4c9f4527d7bacbae678b38813536f3501d75f.tar.gz
gpgme-71d4c9f4527d7bacbae678b38813536f3501d75f.zip
doc: Update NEWS
-- Add a few more changes in version 1.17.0.
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
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.