From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7632 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Post-1.1.9 roadmaps, towards 1.2 Date: Tue, 12 May 2015 23:57:05 -0400 Message-ID: <20150513035705.GA19045@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 1431489451 23436 80.91.229.3 (13 May 2015 03:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 May 2015 03:57:31 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7644-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 13 05:57:24 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 1YsNnQ-00063k-0L for gllmg-musl@m.gmane.org; Wed, 13 May 2015 05:57:24 +0200 Original-Received: (qmail 11548 invoked by uid 550); 13 May 2015 03:57:21 -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 11507 invoked from network); 13 May 2015 03:57:17 -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:7632 Archived-At: I updated the wiki roadmap page to: = musl 1.1.10 = Estimated release: June Primary targets: * Resolving GCC symbol-versioning incompatibility issue - see http://www.openwall.com/lists/musl/2015/05/10/1 * Auto-generation of CFI directives for asm sources - see http://www.openwall.com/lists/musl/2015/05/12/3 * Enhanced LSB/glibc ABI-compat, especially fortify __*_chk symbols * New getlogin[_r] with lookup via controlling tty Secondary targets: * Many cleanup tasks - see http://www.openwall.com/lists/musl/2015/05/02/1 * Some remaining pending patches - see http://www.openwall.com/lists/musl/2015/04/28/5 * Remapping of glibc-ABI-incompatible symbols (regexec, etc.) by dynamic linker = musl 1.1.11 = Estimated release: July Primary targets: * LC_COLLATE implementation * IDN support in DNS resolver * Message translation support for dynamic linker As usual this can be shuffled around. I feel like the above items would put us in a good position for 1.2.0 as the next release, hopefully with just a few minor bug fixes. Of course there are also out-of-tree things I want for 1.2: * Non-glibc-based nscd-protocol backend for LDAP (and perhaps NIS) * Locale data and libc message translations * External header-file-only fortify library providing _FORTIFY_SOURCE feature * Major documentation update/additions * New website at musl.libc.org I believe the fortify stuff is basically done (Alpine is using it) but other items are still unstarted or in very early stages. Rich