Skip to content

Releases: trusteddomainproject/OpenDKIM

2.11.0-Beta2

15 Nov 00:49
Compare
Choose a tag to compare
2.11.0-Beta2 Pre-release
Pre-release

Bug fixes since 2.11.0-Beta1.

2.11.0-Beta1

23 May 20:18
Compare
Choose a tag to compare
2.11.0-Beta1 Pre-release
Pre-release

Bug fix release since Beta0.

2.11.0-Beta0

16 May 19:27
Compare
Choose a tag to compare
2.11.0-Beta0 Pre-release
Pre-release

The Trusted Domain Project announces the first Beta release of OpenDKIM 2.11.0.

This is the first release in over three years. Please be patient as we shake off the dust and get caught up with old outstanding issues as well as changes in the relevant standards and practices.

Of particular interest: The project home is moving to GitHub. Please begin moving pull requests and tracked issues to https://github.com/trusteddomainproject/OpenDKIM for anything outstanding. At some point we will make a pass through what remains on SourceForge and copy over things that seem to be open/urgent/practical, but please help us out by moving things you think should qualify.

The current RELEASE_NOTES for this entry:

2.11.0          2018/05/31
        Add support for ED25519 keys.
        Add "header.s" and "header.a" in generated Authentication-Results
                header fields.
        Add _FFR_CONDITIONAL, experimental support for conditional DKIM
                signatures.
        Make odkim.internal_ip() available to all Lua hooks.  Problem noted
                by Iosif Fettich.
        Fix dkimf_db_nextpunct() so it doesn't incorrectly identify an encoded
                hex digit as a value delimiter.
        Fix bug #234: Make "NoHeaderB" do something.  Reported by Joseph
                Coffland.
        Fix bug #235: Quote "header.b" values in case they contain a slash
                (which must be quoted).
        Fix bug #237: Fix processing of "SoftStart".
        CONFIG: Add compatibility with openssl-1.1.0.  Patch from
                Scott Kitterman.
        LIBOPENDKIM: Feature request #190: Reject signature object requests
                where the domain name or selector includes non-printable
                characters.  Suggested by Franck Martin.
        LIBOPENDKIM: Re-fix bug #226: Deal with header fields that are
                wrapped before there's any content.  Somehow the wrong fix
                was committed.  Originally reported by Alessandro Vesely;
                re-reported by David Stevenson.
        LIBOPENDKIM: Fix bug #233: In the weird case of duplicate signatures,
                constrain the size of the resulting "header.b" value.  Problem
                noted by Joseph Coffland.
        TOOLS: Feature requrest #187: Add option to match subdomains when
                generating zone files.  Patch from Andreas Schulze.