From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/774 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 0.8.10 released Date: Wed, 25 Apr 2012 14:49:17 -0400 Message-ID: <20120425184917.GT14673@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: dough.gmane.org 1335379585 26882 80.91.229.3 (25 Apr 2012 18:46:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2012 18:46:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-775-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 25 20:46:24 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 1SN7EO-00023d-Ej for gllmg-musl@plane.gmane.org; Wed, 25 Apr 2012 20:46:24 +0200 Original-Received: (qmail 15873 invoked by uid 550); 25 Apr 2012 18:46:23 -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 15865 invoked from network); 25 Apr 2012 18:46:22 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:774 Archived-At: Hi all, Since there've been a lot of changes since 0.8.9, many of them fixes for annoying bugs, I've made another release in the 0.8 series: Character classification functions updated to Unicode 6.1 and greatly improved. Over/underflow detection and bugs fixed in strtod/scanf float support. Minimal stack protector support. Better debugging support for shared libraries. Recent breakage in iconv and sysconf fixed. Improved musl-gcc wrapper script. http://www.etalabs.net/musl/releases/musl-0.8.10.tar.gz Hopefully this will be the last release before 0.9. Please keep the bug reports coming in. Rich