From 99c1b14470f226537fd2c81afaad21f04ec65be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 10 Aug 2022 10:15:34 +0200 Subject: [PATCH] doc: Update NEWS -- GnuPG-bug-id: 5951, 6056 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 97c3e205..bfe554d6 100644 --- a/NEWS +++ b/NEWS @@ -3,10 +3,15 @@ Noteworthy changes in version 1.17.2 (unreleased) * New keylist mode to force refresh via external methods. [#5951] + * The keylist operations now create an import result to report the result of + the locate keylist modes. [#5951] + * cpp, qt: Do not export internal symbols anymore. [#5906] * cpp, qt: Support revocation of own OpenPGP keys. [#5904] + * qt: The file name of (signed and) encrypted data can now be set. [#6056] + * cpp, qt: Support setting the primary user ID. [#5938] * Interface changes relative to the 1.17.1 release: @@ -19,10 +24,16 @@ Noteworthy changes in version 1.17.2 (unreleased) cpp: KeyListMode::ForceExtern NEW. cpp: KeyListMode::LocateExternal NEW. cpp: KeyListMode::KeyListModeMask NEW. + cpp: ImportResult::mergeWith NEW. + cpp: KeyListModeSaver NEW. cpp: Context::setPrimaryUid NEW. cpp: Context::startSetPrimaryUid NEW. qt: RevokeKeyJob NEW. qt: Protocol::revokeKeyJob NEW. + qt: EncryptJob::setFileName NEW. + qt: EncryptJob::fileName NEW. + qt: SignEncryptJob::setFileName NEW. + qt: SignEncryptJob::fileName NEW. qt: SetPrimaryUserIDJob NEW. qt: Protocol::setPrimaryUserIDJob NEW.