#17803 closed enhancement (fixed)
gpgme-1.19.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (5)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Noteworthy changes in version 1.19.0 (2023-03-17)
- New convenience option --identify for gpgme-json.
- New context flag "no-auto-check-trustdb". [T6261]
- 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]
- Extended gpgme_op_decrypt*, gpgme_op_decrypt_verify*, and gpgme_op_verify* to allow extracting an encrypted and/or signed archive. [T6342]
- cpp: Handle error when trying to sign expired keys. [T6155]
- cpp: Support encryption flags ThrowKeyIds, EncryptWrap, and WantAddress. [T6359]
- cpp, qt: Fix building with C++11. [T6141]
- qt: Fix problem with expiration dates after 2038-01-19 on 32-bit systems when adding an existing subkey to another key. [T6137]
- cpp: Allow setting the curve to use when generating ECC keys for smart cards. [T4429]
- qt: Extend ListAllKeysJob to allow disabling the automatic trust database check when listing all keys. [T6261]
- qt: Allow deferred start of import jobs. [T6323]
- qt: Support creating and extracting signed and encrypted archives. [T6342]
- Interface changes relative to the 1.18.0 release:
gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. gpgme_set_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. GPGME_DECRYPT_ARCHIVE NEW. GPGME_ENCRYPT_ARCHIVE NEW. GPGME_SIG_MODE_ARCHIVE NEW. GPGME_VERIFY_ARCHIVE NEW. gpgme_verify_flags_t NEW. gpgme_op_verify_ext_start NEW. gpgme_op_verify_ext NEW. cpp: GpgGenCardKeyInteractor::Curve NEW. cpp: GpgGenCardKeyInteractor::setCurve NEW. cpp: Context::WantAddress NEW. cpp: Context::DecryptArchive NEW. cpp: Context::EncryptArchive NEW. cpp: SignArchive NEW. cpp: Data::setFileName EXTENDED: New overload qt: ListAllKeysJob::Option NEW. qt: ListAllKeysJob::Options NEW. qt: ListAllKeysJob::setOptions NEW. qt: ListAllKeysJob::options NEW. qt: Job::startNow NEW. qt: ImportJob::startLater NEW. qt: FileListDataProvider NEW. qt: DecryptVerifyArchiveJob NEW. qt: EncryptArchiveJob NEW. qt: SignArchiveJob NEW. qt: SignEncryptArchiveJob NEW. qt: Protocol::decryptVerifyArchiveJob NEW. qt: Protocol::encryptArchiveJob NEW. qt: Protocol::signArchiveJob NEW. qt: Protocol::signEncryptArchiveJob NEW. qt: Job::jobProgress NEW. qt: Job::rawProgress NEW. qt: Job::progress DEPRECATED.
[c=C39/A28/R0 cpp=C22/A16/R0 qt=C17/A2/R0]
Release-info: https://dev.gnupg.org/T6341
comment:3 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
5799ca54c4 Update to gtk-4.10.1. d8d8c3ccf6 Update to php-8.2.4. e8d75b998d Update to glib-networking-2.76.0. 6a8a6a0d8a Update to gpgme-1.19.0.
Note:
See TracTickets
for help on using tickets.
Both
sed
for Python 3.10+ and patch for SWIG are not needed now.