diff options
author | Ingo Klöcker <[email protected]> | 2022-08-10 08:15:34 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-08-10 08:15:34 +0000 |
commit | 99c1b14470f226537fd2c81afaad21f04ec65be1 (patch) | |
tree | 0e70ee4e6aa662ee7536158d6ff8d95091a2ad36 | |
parent | qt: Add job to set the primary user ID of OpenPGP keys (diff) | |
download | gpgme-99c1b14470f226537fd2c81afaad21f04ec65be1.tar.gz gpgme-99c1b14470f226537fd2c81afaad21f04ec65be1.zip |
doc: Update NEWS
--
GnuPG-bug-id: 5951, 6056
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |