#acl PaulHowarth:read,write,admin,revert,delete All:read === Sunday 25th June 2023 === ==== Fedora Project ==== * Updated `perl-Mail-Message` to 3.013 in Rawhide: . Changes: * In header lines, leave the actual white-space related to FWS intact; you may want to add `s/\t/ /` before you print a header ([[https://github.com/markov2/perl5-Mail-Message/issues/7|GH#7]]) * When the comment in an address has no closing '`)`', consume the whole remaining line rather than fail parsing ([[https://github.com/markov2/perl5-Mail-Message/issues/6|GH#6]]) * When the charset of a `::Body` is not specified, a real attempt is made to autodetect the best setting, for reading, constructing, and writing bodies ([[https://github.com/markov2/perl5-Mail-Message/issues/12|GH#12]]) . /!\ This may change the output of your regression tests: previously, the default interpretation was 'us-ascii' for reading and 'utf-8' for writing . Fixes: * `::Field::Full consumePhrase()` should take minimal encoded phrase * `::Field::Address` overloaded `cmp()` used '`eq`' where it should have been '`cmp`' * Fix `partNumber` when the multipart parent is a nested ([[https://github.com/markov2/perl5-Mail-Message/pull/14|GH#14]]) * `::Body::Multipart`, even when there is only a single `\n` after the trailing boundary, then there is a epilogue ([[https://github.com/markov2/perl5-Mail-Message/issues/16|GH#16]]) . Improvements: * Run regression-tests with `MIME::Entity` on devel system * `::Body->decode` autodetects missing charset * The ability to set the charset detector via `::Body::Encode` method `charsetDetectAlgorithm()` * New release of `User::Identity` * When a part has `message/rfc822` and also has `Content-Transfer-Encoding`, then do not parse it as "nested" but as a normal part ([[https://github.com/markov2/perl5-Mail-Message/issues/17|GH#17]]) ==== Local Packages ==== * Updated `perl-Test-Warn` (0.37) to use SPDX-format license tag * Updated `perl-Test-WriteVariants` (0.014) to use SPDX-format license tag * Updated `perl-Text-Glob` (0.11) to use SPDX-format license tag * Updated `perl-Text-Template` (1.61) to use SPDX-format license tag ----