diff options
author | Werner Koch <[email protected]> | 2018-04-18 17:41:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-18 18:11:52 +0000 |
commit | 3f55c52b9adc3680c7a9fb0e598598e6ed3a2a5d (patch) | |
tree | a5d7a8f7adc92172c99525205f4c6b558f86f0a8 /NEWS | |
parent | json: Add stpcpy replacement. (diff) | |
download | gpgme-3f55c52b9adc3680c7a9fb0e598598e6ed3a2a5d.tar.gz gpgme-3f55c52b9adc3680c7a9fb0e598598e6ed3a2a5d.zip |
Release 1.11.0gpgme-1.11.0
* configure.ac: Bump LT version to C31/A20/R0. For cpp to C12/A6/R0.
For qt to: C10/A3/R1.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.10.1 (unreleased) +Noteworthy changes in version 1.11.0 (2018-04-18) ------------------------------------------------- * New encryption API to support direct key specification including @@ -6,7 +6,7 @@ Noteworthy changes in version 1.10.1 (unreleased) allows to enforce the use of a subkey. * New encryption flag for the new API to enforce the use of plain - mail address (addr-spec). + mail addresses (addr-spec). * The import API can now tell whether v3 keys are skipped. These old and basically broken keys are not anymore supported by GnuPG 2.1. @@ -57,6 +57,8 @@ Noteworthy changes in version 1.10.1 (unreleased) cpp: Data::toString NEW. cpp: ImportResult::numV3KeysSkipped NEW. + [c=C31/A20/R0 cpp=C12/A6/R0 qt=C10/A3/R1] + Noteworthy changes in version 1.10.0 (2017-12-12) ------------------------------------------------- |