From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7876 Path: news.gmane.org!not-for-mail From: Timo Teras Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 1.1.10 released Date: Fri, 5 Jun 2015 11:20:30 +0300 Message-ID: <20150605112030.3a8c8184@vostro> References: <20150604203018.GA10046@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433492485 7261 80.91.229.3 (5 Jun 2015 08:21:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2015 08:21:25 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-7889-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 05 10:21:11 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Z0ms7-0002pa-CS for gllmg-musl@m.gmane.org; Fri, 05 Jun 2015 10:20:59 +0200 Original-Received: (qmail 15701 invoked by uid 550); 5 Jun 2015 08:20:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15682 invoked from network); 5 Jun 2015 08:20:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Ml7uoMIGrkLtAy0jlH6qvmJGmuqWvEoHqfYyu63hZB4=; b=b2aevwxMwGGNjNobm53rlTHT9fCJuHJPjkizBekYvm43jnsA9QwShCRkDeryabgR9a FFOCsnPTyRYhF/P6dIfmEwDMIkPf+nhu1xcal7PlmeUCGmN1D4JD1qN+BkvbqwGiWcWN pvEFdmrhP9l6fshvc/IrzKxUfup1YC7Tf51QS/Ixt/8d1DH7DWraJL5xPxG+11OKbErr 4zKC7QmlfsTC6uvA999s+d9as3/XWAy/ndDZxzs4pd1axa2NI74ubpoNiIR8RtHj6eca HL79F5PxI1vOMaPrdGbFKDuiI6qoGAVA6ZpQEnXltEoAjMEHf9z3WJwcAv//N34hoQKT pm4g== X-Received: by 10.152.20.40 with SMTP id k8mr2144959lae.115.1433492434827; Fri, 05 Jun 2015 01:20:34 -0700 (PDT) Original-Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= In-Reply-To: <20150604203018.GA10046@brightrain.aerifal.cx> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) Xref: news.gmane.org gmane.linux.lib.musl.general:7876 Archived-At: On Thu, 4 Jun 2015 16:30:18 -0400 Rich Felker wrote: > This release fixes regressions introduced as part of the dynamic > linker bootstrap overhaul in musl 1.1.9, and adds several new features > and improvements. Internal cleanup and optimizations have been made to > the locale system. A fail-safe/allocation-free locale_t object for the > C locale is now available via newlocale(), and the iconv_open function > now supports "" and "CHAR" as aliases for the native (UTF-8) encoding. > A new crt start file, rcrt1.o, is provided for producing static-linked > position independent executables (PIE). Minor PIE-related > arch-specific bugs, and a bug in the ungetc and ungetwc stdio > functions which caused them to fail on files in EOF status, have also > been fixed. > > http://www.musl-libc.org/releases/musl-1.1.10.tar.gz > http://www.musl-libc.org/releases/musl-1.1.10.tar.gz.asc > > Thanks as always to musl's Patreon release sponsors: > > - The Midipix Project (midipix.org) > - Hurricane Labs (hurricanelabs.com) > - Justin Cormack > > Further notes on upcoming development will follow soon. There's relatively nasty regression in uselocale() breaking most X applications (due to some libraries). See patch at: http://git.alpinelinux.org/cgit/aports/plain/main/musl/0001-fix-uselocale-locale_t-0-to-not-modify-locale.patch /Timo