diff options
author | Ingo Klöcker <[email protected]> | 2023-01-19 11:08:35 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-01-19 11:08:35 +0000 |
commit | 4c872b674189d84d936d6c5cbe18b27c90c162e0 (patch) | |
tree | a82b8b02333b1c0c824d38ed114f454cb42ea053 /NEWS | |
parent | core: Support usage of gpgtar for creating an encrypted signed archive (diff) | |
download | gpgme-4c872b674189d84d936d6c5cbe18b27c90c162e0.tar.gz gpgme-4c872b674189d84d936d6c5cbe18b27c90c162e0.zip |
doc: Update NEWS and API documentation
--
GnuPG-bug-id: 6342
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,12 @@ Noteworthy changes in version 1.18.1 (unreleased) * Optionally, build QGpgME for Qt 6 + * Support component "gpgtar-name" in gpgme_get_dirinfo. [T6342] + + * Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and + gpgme_op_sign* to allow creating an encrypted and/or signed + archive. [T6342] + * cpp: Handle error when trying to sign expired keys. [T6155] * cpp, qt: Fix building with C++11. [T6141] @@ -24,6 +30,8 @@ Noteworthy changes in version 1.18.1 (unreleased) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. gpgme_set_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. + GPGME_ENCRYPT_ARCHIVE NEW. + GPGME_SIG_MODE_ARCHIVE NEW. cpp: GpgGenCardKeyInteractor::Curve NEW. cpp: GpgGenCardKeyInteractor::setCurve NEW. qt: ListAllKeysJob::Option NEW. |