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.3 required=5.0 tests=MAILING_LIST_MULTI, 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 4265 invoked from network); 7 Apr 2022 19:09:30 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 7 Apr 2022 19:09:30 -0000 Received: (qmail 9700 invoked by uid 550); 7 Apr 2022 19:09:27 -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 9665 invoked from network); 7 Apr 2022 19:09:26 -0000 Date: Thu, 7 Apr 2022 15:09:13 -0400 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20220407190913.GA18298@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [musl] musl 1.2.3 released This release adds the qsort_r function (POSIX future) and several minor extension interfaces, and support for the alternative SPE FPU present on some PowerPC CPU models. Notable bugs fixed include an old regression in wcwidth of Hangul combining vowels and finals, a 1.2.2 regression breaking duplocale when malloc is replaced, null-dereference crash of aligned allocation functions on underlying malloc failure, out-of-bounds timezone data read when handling distant-past timestamps, longstanding incorrect dl_iterate_phdr reporting of module TLS pointers, and several math library bugs that resulted in wrong results for some inputs, including incorrectly-rounded fmaf on all softfloat archs. Many non-bugfix compatibility improvements have also been made, including having free preserve errno (POSIX future requirement), better TZ environment variable handling, and having gettext accept null message pointer (returned unchanged). https://musl.libc.org/releases/musl-1.2.3.tar.gz https://musl.libc.org/releases/musl-1.2.3.tar.gz.asc Special thanks goes out to musl's release sponsors for their patience during this release cycle, supporting the project financially via Patreon and GitHub Sponsors at the $32/month level or higher: * Andrew Kelley / ziglang * Ariadne Conill * Danny McClanahan * Drew DeVault * Evan Phoenix * Hurricane Labs (hurricanelabs.com) * Jered Sutton * Jeremiah Gowdy * Jonathan Barronville * Julien Voisin * Justin Cormack * Laurent Bercot * Les Aker * The Midipix Project (midipix.org) * Michael Ford * Michael Forney * Michael Sartain * Mirza Prasovic * Moinak Bhattacharyya * Nathan Hoad * Neal Gompa * Stream Punk * Tyler James Frederick Due to the length of time spanned and my lack of automated tooling, putting together the above list was somewhat involved this time, and I really hope I didn't omit anyone. Deepest apologies (and I will gladly issue corrections!) if I did. For information on becoming a sponsor, visit one of: https://github.com/sponsors/richfelker https://patreon.com/musl