From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6321 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 1.1.5 released Date: Tue, 14 Oct 2014 14:03:05 -0400 Message-ID: <20141014180305.GA2057@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 X-Trace: ger.gmane.org 1413309808 3747 80.91.229.3 (14 Oct 2014 18:03:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2014 18:03:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6334-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 14 20:03:24 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Xe6RP-0008Cv-RC for gllmg-musl@plane.gmane.org; Tue, 14 Oct 2014 20:03:23 +0200 Original-Received: (qmail 28344 invoked by uid 550); 14 Oct 2014 18:04:09 -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 28313 invoked from network); 14 Oct 2014 18:04:05 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6321 Archived-At: This release adds full library-level support for C11, including the C11 threads API, and features major performance and correctness improvements to the implementations of thread synchronization primitives, especially condition variables. Several serious bugs have been fixed, including a failure to null-terminate certain unexpected DNS replies, use of uninitialized memory in caller-provided thread stacks, writes past the end of of the buffer when swab() is called with an odd length, and missing memory barriers in several places. Many other minor bugs have also been fixed. http://www.musl-libc.org/releases/musl-1.1.5.tar.gz