File Release Notes and Changelog
Release Name: 0.4.0
Notes:
This release fixes a few crash conditions, activates two
well-tested FFR patches, repairs two canonicalization
problems which could cause verification failures, and
updates documentation. There's a number of things in here
you probably want.
Changes:
0.4.0 2006/05/19
Remove spurious CRLFs injected into canonicalization when multiple
body chunks arrive from the MTA. Patch from Suzuki Takahiko
of Internet Initiative Japan, Inc.
If _FFR_REPORTINFO is enabled, don't call dkf_report() if no DomainKeys
context was ever created for a message.
Simplify dk_sterilize() a little, and handle failures from it.
Problem reported by Fredrik Pettai.
RFC2822 doesn't require any recipient headers, so remove those checks
inside _FFR_REQUIRED_HEADERS.
Fix bug #SF1485119: Canonicalize in the correct order when not using
"-H" on the command line. Problem noted by S. Moonesamy of
Eland Systems.
Activate _FFR_MACRO_LIST and _FFR_EXTERNAL_IGNORE_LIST.
LIBDK: New flag DK_OPTS_HDRLIST for dk_options().