From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2228 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 0.9.7 released Date: Sun, 28 Oct 2012 18:48:20 -0400 Message-ID: <20121028224820.GA12636@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 1351464513 23329 80.91.229.3 (28 Oct 2012 22:48:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2012 22:48:33 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2229-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 28 23:48:40 2012 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 1TSbep-0007Tf-MY for gllmg-musl@plane.gmane.org; Sun, 28 Oct 2012 23:48:39 +0100 Original-Received: (qmail 7448 invoked by uid 550); 28 Oct 2012 22:48:31 -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 7440 invoked from network); 28 Oct 2012 22:48:31 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2228 Archived-At: Hi all, I've packaged up the next release: Major new features include support for thread-local storage (__thread/_Thread_local keyword) and a port to Microblaze. Notable quality and conformance improvements have been made in the areas of setting the close-on-exec flag for library-internal file descriptors to avoid fd leaks, using vfork in posix_spawn, system, and popen to make these functions work well even in very large programs, support for recursive calls to dlopen (from constructors), and avoiding executable stacks. Various low-impact bugs have also been fixed. http://www.musl-libc.org/releases/musl-0.9.7.tar.gz Rich