Changes between Initial Version and Version 2 of Ticket #13292


Ignore:
Timestamp:
03/21/2020 09:00:02 PM (5 years ago)
Author:
Bruce Dubbs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13292

    • Property Owner changed from blfs-book to Bruce Dubbs
    • Property Status newassigned
  • TabularUnified Ticket #13292 – Description

    initial v2  
    11New point version
    22
    3 {{{
     3
    44News
    5 ====
    65
    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
    817
    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 to
    12   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 lost
    15   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 certificates
    18   as this is needed in order to correctly populate the GMimeCertificates (issue #90)
    19 }}}