diff options
author | Werner Koch <[email protected]> | 2021-06-24 16:53:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-06-24 17:03:35 +0000 |
commit | 1021c8645555502d914afffaa3707609809c9459 (patch) | |
tree | 3c9408b8b1527f3dd0d8429c5f9e950fb47b4a24 /NEWS | |
parent | python: Do not include the full file names in the docs. (diff) | |
download | gpgme-1.16.0.tar.gz gpgme-1.16.0.zip |
Release 1.16.0gpgme-1.16.0
Diffstat (limited to '')
-rw-r--r-- | NEWS | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,12 +1,23 @@ -Noteworthy changes in version 1.15.2 (unreleased) +Noteworthy changes in version 1.16.0 (2021-06-24) ------------------------------------------------- - * New context flag "cert-expire". + * New context flag "cert-expire". [#5505] - * cpp, qt: Add support for trust signatures. [#5421] + * New data flags "io-buffer-size" and "sensitive". [#5478] + + * Increase I/O buffer size from 512 to 4k under Windows. + + * cpp,qt: Add support for trust signatures. [#5421] * qt: Add support for flags in LDAP server options. [#5217] + * qt: Fix too high memory consumption due to QProcess. [#5475] + + * qt: Do not set empty base DN as query of keyserver URL. [#5465] + + * qt: Extend SignKeyJob to create signatures with expiration date. + [5506] + * python: New optional parameter filter_signatures for decrypt. [#5292] @@ -28,6 +39,10 @@ Noteworthy changes in version 1.15.2 (unreleased) GPGME_KEYSIGN_FORCE NEW. qt: CryptoConfig::entry CHANGED: Added overload; deprecated old + [c=C36/A25/R0 cpp=C19/A13/R0 qt=C13/A6/R0] + + Release-info: https://dev.gnupg.org/T5499 + Noteworthy changes in version 1.15.1 (2021-01-08) ------------------------------------------------- |