Changes between Initial Version and Version 2 of Ticket #13292
- Timestamp:
- 03/21/2020 09:00:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13292
- Property Owner changed from to
- Property Status new → assigned
-
TabularUnified Ticket #13292 – Description
initial v2 1 1 New point version 2 2 3 {{{ 3 4 4 News 5 ====6 5 7 * Added some configure logic to auto-detect the system shift-jis charset alias. (issue #81) 6 * Added some configure logic to auto-detect the system shift-jis charset 7 alias. 8 * Fixed tests/Makefile.am to exit with a non-negative value 9 * Fixed logic to skip expired or revoked gpg subkeys when looking for the 10 correct subkey to use for signing or encrypting. 11 * Fixed a regression introduced into 3.2.6 as part of the header parsder 12 rewrite that lost the ability to warn about invalid headers for 13 non-toplevel MIME parts. 14 * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up 15 certificates as this is needed in order to correctly populate the 16 GMimeCertificates 8 17 9 * Fixed tests/Makefile.am to exit with a non-negative value (issue #82)10 11 * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to12 use for signing or encrypting. (issue #88)13 14 * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost15 the ability to warn about invalid headers for non-toplevel MIME parts. (issue #89)16 17 * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates18 as this is needed in order to correctly populate the GMimeCertificates (issue #90)19 }}}