diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 71fe8bd..5ae554e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,28 +3,26 @@ This listing shows the versions of the OpenDMARC package, the date of release, and a summary of the changes in that release. -1.4.1 2021/03/?? - +1.4.1 2021/04/?? NOTE: In response to CVE-2019-20790, opendmarc has changed how it evaluates headers added by previous SPF milters. Users are encouraged to read the CVE-2019-20790 file in the "SECURITY" folder - for more details. (#49, #158) - Originally reported by Jianjun Chen, feedback - by Simon Wilson, David Bürgin - + for more details. (#49, #158). Originally reported by + Jianjun Chen, feedback by Simon Wilson and + David Bürgin NOTE: OpenDMARC's internal SPF handling will be removed in a future version. Users are encouraged to build linked against libspf2. Many pre-built - packages provided by OS packagers - already do this. (https://www.libspf2.org) + packages provided by OS packagers already do this. + (See https://www.libspf2.org) Addition of defines for MUSL C Library. (#129/#133). Patches by Marco Rebhan. Updated opendmarc.conf manpage and opendmarc.conf.sample to point to - https://publicsuffix.org/list/ - Added a CONTRIBUTING document - Fix two #ifdefs in arc functions for strlcpy. (#138). - Reported by Leo Bicknell. + https://publicsuffix.org/list/. + Added a CONTRIBUTING document. + Fix two #ifdefs in arc functions for strlcpy. (#138). Reported by + Leo Bicknell. Fixes to MySQL Schema (#98/#99). Patch by Bond Keevil. LIBSPF2 calls would not compile on OpenBSD due to OpenBSD not having the ns_type definition in arpa/resolv.h.