diff options
| author | Ingo Klöcker <[email protected]> | 2020-08-04 14:22:37 +0000 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2020-08-04 14:53:29 +0000 |
| commit | aa03205fe5e8a8fa2b0feecb8a142aff2a1b25df (patch) | |
| tree | 7796f204a9d1f22925fd05431cab41519bc2893c /NEWS | |
| parent | cpp: Add ostream operator for subkey (diff) | |
| download | gpgme-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
