From aa03205fe5e8a8fa2b0feecb8a142aff2a1b25df Mon Sep 17 00:00:00 2001 From: Ingo Klöcker Date: Tue, 4 Aug 2020 16:22:37 +0200 Subject: 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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) -- cgit