aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2019-10-29 15:26:42 +0000
committerAndre Heinecke <[email protected]>2019-10-29 15:31:20 +0000
commit36f7f7a478228a64d3d51a4901a264c8f55f90bb (patch)
tree1f502720bec8b1d33888eb527c055b0d227aade9 /NEWS
parentcpp: Add convenience API to obtain remarks (diff)
downloadgpgme-36f7f7a478228a64d3d51a4901a264c8f55f90bb.tar.gz
gpgme-36f7f7a478228a64d3d51a4901a264c8f55f90bb.zip
cpp: Add support for multiple keysigs in edit
* lang/cpp/src/gpgsignkeyeditinteractor.cpp (GpgSignKeyEditInteractor::setDupeOk): New. (makeTable): Add new tansitions. (SignKeyState): Add DUPE_OK Status. (GpgSignKeyEditInteractor::action): Handle DUPE_OK. (GpgSignKeyEditInteractor::Private::Private): Carry flag. -- When extended-edit is enabled this can be used to answer the "dupe_ok" query from the edit-key with yes. This is for: GnuPG-Bug-Id: T4734
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03641ace..5a95184a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,15 @@ Noteworthy changes in version 1.14.0 (unreleased)
* New context flag "extended-edit" to enable expert key edit. [#4734]
+ * cpp: Add convenience API to obtain remarks. [#4734]
+
+ * cpp: The sign key edit-interactor now supports multiple signatures
+ from the same key. [#4734]
+
* Interface changes relative to the 1.13.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ cpp: UserID::remark NEW.
+ cpp: GpgSignKeyEditInteractor::setDupeOk NEW.
Noteworthy changes in version 1.13.1 (2019-06-13)