diff options
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) |