Documentation/RelNotes/v1.3.0.eml | 4 +++- diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml index cbf7438bc1fd8357f6e967b61e2a8aecb4caf806..f21a649179a4d284c425a491f3ae45699f93e852 100644 --- a/Documentation/RelNotes/v1.3.0.eml +++ b/Documentation/RelNotes/v1.3.0.eml @@ -34,7 +34,8 @@ * improved internal error checking and reporting in numerous places * 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 @@ - MSG_MORE used consistently in long responses - 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