From: Eric Wong Date: Fri, 7 Feb 2020 08:31:58 +0000 (-0600) Subject: doc: more 1.3.0 release notes updates X-Git-Tag: v1.3.0~3 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=30250c8c20fbdf1fa56775b3ae862f171cc0411d doc: more 1.3.0 release notes updates --- diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml index cbf7438b..f21a6491 100644 --- a/Documentation/RelNotes/v1.3.0.eml +++ b/Documentation/RelNotes/v1.3.0.eml @@ -34,7 +34,8 @@ leaks easier. * fixed Perl 5.10.1 compatibility (tested with Devel::PatchPerl) -* IPC::Run is no longer used in tests +* IPC::Run and XML::Feed are no longer used in tests, + though XML::TreePP becomes an optional test dependency. * Email::Address::XS used if available (newer Email::MIME requires it), it should handle more corner cases. @@ -56,6 +57,7 @@ leaks easier. - fixed IO::KQueue usage on *BSDs - listen sockets are closed immediately on graceful shutdown - missed signals avoided with signalfd or EVFILT_SIGNAL + - Linux x32 ABI support * public-inbox-nntpd: - Y2020 workaround for Time::Local