diff options
author | Ingo Klöcker <[email protected]> | 2022-03-29 13:19:27 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-03-30 10:05:26 +0000 |
commit | d96e8a7a6bfcaad4587dd2bb648aa764b0d4e1ba (patch) | |
tree | 3dd8c944db169242342c3c1f600f38601021ce1e /NEWS | |
parent | doc: Update NEWS (diff) | |
download | gpgme-d96e8a7a6bfcaad4587dd2bb648aa764b0d4e1ba.tar.gz gpgme-d96e8a7a6bfcaad4587dd2bb648aa764b0d4e1ba.zip |
cpp: Add interactor to revoke a key
* lang/cpp/src/global.h (enum class RevocationReason): New.
* lang/cpp/src/gpgrevokekeyeditinteractor.cpp,
lang/cpp/src/gpgrevokekeyeditinteractor.h: New.
* lang/cpp/src/Makefile.am: Add new files.
--
GnuPG-bug-id: 5904
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ Noteworthy changes in version 1.17.2 (unreleased) * cpp, qt: Do not export internal symbols anymore. [T5906] + * cpp: Support revocation of own OpenPGP keys. [#5904] + + * Interface changes relative to the 1.17.1 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cpp: RevocationReason NEW. + cpp: GpgRevokeKeyEditInteractor NEW. + Noteworthy changes in version 1.17.1 (2022-03-06) ------------------------------------------------- |