aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2020-10-28 11:48:31 +0000
committerIngo Klöcker <[email protected]>2020-10-29 11:57:10 +0000
commit4166d263e421cb4f98c4ca6bef549613c35e149e (patch)
treead74e51e1fd4a1a810a628c071757c4cf56c5316 /NEWS
parentcore: New function gpgme_op_revsig. (diff)
downloadgpgme-4166d263e421cb4f98c4ca6bef549613c35e149e.tar.gz
gpgme-4166d263e421cb4f98c4ca6bef549613c35e149e.zip
cpp: Add support for gpgme_op_revsig
* lang/cpp/src/context.cpp, lang/cpp/src/context.h (Context::revokeSignature, Context::startRevokeSignature): New. * lang/cpp/src/context.cpp (getLFSeparatedListOfStrings, getLFSeparatedListOfUserIds): New. (getLFSeparatedListOfFingerprintsFromSubkeys): Extracted second part of function to getLFSeparatedListOfStrings. -- GnuPG-bug-id: 5094
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7a96af5..87c19b09 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Noteworthy changes in version 1.14.1 (unreleased)
* cpp: Support for set expire operations in the C++ bindings. [#5003]
+ * cpp: Support for revoking key signatures in the C++ bindings. [#5094]
+
* qt: Extended ChangeExpiryJob to support changing the expiry of
subkeys. [#4717]
@@ -29,6 +31,8 @@ Noteworthy changes in version 1.14.1 (unreleased)
cpp: StatusConsumer NEW.
cpp: StatusConsumerAssuanTransaction NEW.
cpp: Context::cancelPendingOperationImmediately NEW.
+ cpp: Context::revokeSignature NEW.
+ cpp: Context::startRevokeSignature NEW.
qt: operator<<(QDebug debug, const GpgME::Error &err) NEW.