From bf3457faa5115e5ef965394340d99f42b7dc4ce0 Mon Sep 17 00:00:00 2001 From: Marc Bradshaw Date: Tue, 27 Aug 2024 01:22:39 +0000 Subject: [PATCH] Updated Changes --- Changes | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index d53d6ee..d85f555 100644 --- a/Changes +++ b/Changes @@ -1,29 +1,41 @@ {{$NEXT}} + - Do not try to parse an IPv4 address unnecessarily + + - Import RFC7208 Tests + - Update INSTALL file for Dist::Zilla changes - Thanks to Giovanni - - Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString - Thanks to Giovanni and Felipe Gasper + - referencing the same TXT record through multiple CNAME aliases is not permitted + by RFC7208 + + - Make it clear that BlackMagic module is not available + + - Fix checks for IPv4-mapped IPv6 connections + + - Cache DNS results + + - Misc dzil/build improvements + + - SPF explanation text is restricted to 7-bit ascii - When mfrom is empty, create a synthetic mfrom (postmaster@helo) and check that identity using the mfrom scope as specified in RFC7208 - Thanks to Giovanni - Fix missing declare in Mail::SPF::Server - Thanks to Giovanni - require Mail::SPF::Mech when needed - Thanks to Giovanni - correctly handle empty labels - Thanks to Giovanni - use "try" instead of "eval" - Thanks to Giovanni - error out if the lookup fails - Thanks to Giovanni + + ** Thanks to Giovanni for the changes above. + + - Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString + Thanks to Giovanni and Felipe Gasper 3.20240206 2024-02-06 UTC