From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10171 invoked from network); 12 Mar 2022 09:51:14 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 12 Mar 2022 09:51:14 -0000 Received: (qmail 24296 invoked by uid 550); 12 Mar 2022 09:51:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 24257 invoked from network); 12 Mar 2022 09:51:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zhasha.com; s=wirbelwind; t=1646859822; bh=r9FCq3M5BI5j3CqTohw3fm2eo9Ug30OeMONB0bOeZtY=; h=Date:From:To:Subject:In-Reply-To:References; b=T9ikCwipg484t8jiUiqcxI45ydLoHvlHijGpAEI5GUXomSoKutPJisACkuofOjttn y2IzpNdwoOR4JESVn1S6c3gwsRc5E74VNab9ef+z9ZPwXSbTgD3a/1WgL+pmd1Nagq TPqWh9sn3wdms6wWnT/+0XhxqvAjqTDOSqMFw73A= Date: Wed, 9 Mar 2022 22:03:41 +0100 From: Joakim Sindholt To: musl@lists.openwall.com Message-Id: <20220309220341.f6e8a4f5df8c2e5dde8dc1b9@zhasha.com> In-Reply-To: <20220308225406.GA10714@brightrain.aerifal.cx> References: <20220308225406.GA10714@brightrain.aerifal.cx> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [musl] Summary of open items at 1.2.3 release time On Tue, 8 Mar 2022 17:54:15 -0500, Rich Felker wrote: > Please reply to add anything I may have missed. If you have follow-up > on any of the actual items, though, maybe hold off for a few days > until I can actually get a release out and have mental space to deal > with new stuff. :-) posix_spawn_file_actions_t packing is still pending, though I don't know if it belongs on this list.