From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8489A1FBC4 for ; Fri, 7 Feb 2020 08:31:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 3/3] doc: more 1.3.0 release notes updates Date: Fri, 7 Feb 2020 02:31:58 -0600 Message-Id: <20200207083158.30139-4-e@yhbt.net> In-Reply-To: <20200207083158.30139-1-e@yhbt.net> References: <20200207083158.30139-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- Documentation/RelNotes/v1.3.0.eml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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