diff options
author | Werner Koch <[email protected]> | 2023-07-07 11:33:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-07-07 11:35:14 +0000 |
commit | 5bf3e6d0754a179b316f90a885371af99bc03ea1 (patch) | |
tree | f7159fb24ae91db1eee5061017b8a8c07a3b933b /NEWS | |
parent | build: Add BUILT_SOURCE for better dependency. (diff) | |
download | gpgme-5bf3e6d0754a179b316f90a885371af99bc03ea1.tar.gz gpgme-5bf3e6d0754a179b316f90a885371af99bc03ea1.zip |
Release 1.21.0gpgme-1.21.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -1,12 +1,16 @@ -Noteworthy changes in version 1.21.0 (unreleased) +Noteworthy changes in version 1.21.0 (2023-07-07) ------------------------------------------------- - * Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and - gpgme_op_sign* to allow writing the output directly to a - file. [T6530] + * Extended gpgme_op_encrypt, gpgme_op_encrypt_sign, and gpgme_op_sign + to allow writing the output directly to a file. [T6530] + + * Extended gpgme_op_decrypt and gpgme_op_verify to allow reading the + input data directly from files. [T6530] + + * For key signing and uid revoking allow an empty user id. + [rMfbc3963d62] - * Extended gpgme_op_decrypt* and gpgme_op_verify* to allow - reading the input data directly from files. [T6530] + * Pass an input-size-hint also to the gpgsm engine. [T6534] * qt: Allow writing the created archives directly to a file. [T6530] @@ -21,6 +25,8 @@ Noteworthy changes in version 1.21.0 (unreleased) * cpp: Error::isCanceled now also returns true for error code GPG_ERR_FULLY_CANCELED. [T6510] + * python: Fix wrong use of write. [T6501] + * Interface changes relative to the 1.20.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpp: Data::setFlag NEW. @@ -53,6 +59,11 @@ Noteworthy changes in version 1.21.0 (unreleased) qt: SignEncryptArchiveJob::setEncryptionFlags NEW. qt: SignEncryptArchiveJob::encryptionFlags NEW. + [c=C41/A30/R0 cpp=C24/A18/R0 qt=C18/A3/R0] + + Release-info: https://dev.gnupg.org/T6585 + + Noteworthy changes in version 1.20.0 (2023-04-20) ------------------------------------------------- |