From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1627 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 0.9.4 released Date: Sat, 18 Aug 2012 00:12:54 -0400 Message-ID: <20120818041254.GW27715@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 1345263102 20651 80.91.229.3 (18 Aug 2012 04:11:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Aug 2012 04:11:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1628-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 18 06:11:42 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 1T2aNy-00057G-DD for gllmg-musl@plane.gmane.org; Sat, 18 Aug 2012 06:11:42 +0200 Original-Received: (qmail 14107 invoked by uid 550); 18 Aug 2012 04:11:41 -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 14099 invoked from network); 18 Aug 2012 04:11:40 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1627 Archived-At: Hi all, Here's the release. Major improvements to MIPS port, including support for dynamic linking. Password hashing (crypt) now supports blowfish hash algorithm. Further application compatibility improvements especially for BSD and SUSv3-targeted software. Performance improvements in printf and memcpy. Various bugfixes: strtod family, wcsstr, err.h functions, and many MIPS-specific bugs. http://www.etalabs.net/musl/releases/musl-0.9.4.tar.gz Post-release priorities will be the gnuhash/dladdr patch, md5/sha crypt, and perhaps integrating further ports (ppc and mips64 taking priority). I know there are also various smaller pending patches (vm86, etc.) that should get some attention too. Rich