diff options
author | Werner Koch <[email protected]> | 2020-11-12 09:24:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-11-12 09:24:22 +0000 |
commit | feea38c89d4ceb40334f884da9ab07cc4b73e757 (patch) | |
tree | aaabc22a53de0390bc85e863276467a7a5cb10fc /NEWS | |
parent | core: Support exporting secret keys. (diff) | |
download | gpgme-1.15.0.tar.gz gpgme-1.15.0.zip |
Release 1.15.0gpgme-1.15.0
* configure.ac: Bump LT versions to c=C35/A24/R0, cpp=C18/A13/R0,
qt=C12/A5/R0.
--
GnuPG-bug-id: 5131
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.15.0 (unreleased) +Noteworthy changes in version 1.15.0 (2020-11-12) ------------------------------------------------- * New function gpgme_op_setexpire to make changing the expiration @@ -7,6 +7,8 @@ Noteworthy changes in version 1.15.0 (unreleased) * New function gpgme_op_revsig to revoke key signatures (requires GnuPG 2.2.24). [#5094] + * Support exporting secret keys. [#5046] + * cpp: Support for set expire operations in the C++ bindings. [#5003] * cpp: Support for revoking key signatures in the C++ bindings. [#5094] @@ -43,6 +45,10 @@ Noteworthy changes in version 1.15.0 (unreleased) qt: QuickJob::result CHANGED: Made params 'auditLogAsHtml' and 'auditLogError' optional. + [c=C35/A24/R0 cpp=C18/A12/R0 qt=C12/A5/R0] + + Release-info: https://dev.gnupg.org/T5131 + Noteworthy changes in version 1.14.0 (2020-07-16) ------------------------------------------------- |