aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2020-08-04 14:22:37 +0000
committerIngo Klöcker <[email protected]>2020-08-04 14:53:29 +0000
commitaa03205fe5e8a8fa2b0feecb8a142aff2a1b25df (patch)
tree7796f204a9d1f22925fd05431cab41519bc2893c /NEWS
parentcpp: Add ostream operator for subkey (diff)
downloadgpgme-aa03205fe5e8a8fa2b0feecb8a142aff2a1b25df.tar.gz
gpgme-aa03205fe5e8a8fa2b0feecb8a142aff2a1b25df.zip
cpp: Add support for gpgme_op_setexpire
* lang/cpp/src/context.cpp (Context::setExpire, Context::startSetExpire): New. (Context::getLFSeparatedListOfFingerprintsFromSubkeys): New helper. * lang/cpp/src/context.h (Context::SetExpireFlags): New enum. (Context::setExpire, Context::startSetExpire): Add prototypes. (Context::getLFSeparatedListOfFingerprintsFromSubkeys): Add as private helper. -- GnuPG-bug-id: 5003
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1626202..08d40116 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,14 @@ Noteworthy changes in version 1.14.1 (unreleased)
* New function gpgme_op_setexpire to make changing the expiration
easier (requires GnuPG 2.1.22). [#4999]
+ * cpp: Support for set expire operations in the C++ bindings. [#5003]
+
* Interface changes relative to the 1.14.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_setexpire_start NEW.
gpgme_op_setexpire NEW.
+ cpp: Context::setExpire NEW.
+ cpp: Context::startSetExpire NEW.
Noteworthy changes in version 1.14.0 (2020-07-16)