From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4863 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Preparing for releases 1.1.0 and 1.0.1 Date: Wed, 9 Apr 2014 22:40:45 -0400 Message-ID: <20140410024045.GA6538@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 1397097667 15210 80.91.229.3 (10 Apr 2014 02:41:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2014 02:41:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4867-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 10 04:41:01 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 1WY4vE-00075k-E0 for gllmg-musl@plane.gmane.org; Thu, 10 Apr 2014 04:41:00 +0200 Original-Received: (qmail 11994 invoked by uid 550); 10 Apr 2014 02:40:58 -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 11986 invoked from network); 10 Apr 2014 02:40:57 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4863 Archived-At: I believe all of the key targets for 1.1.0 have been met, and we also have fixed several bugs of sufficient severity that a maintenance release to the 1.0 series is called for. The commits which I plan to cherry-pick into the 1.0.1 release are: 30c1205acd73c8481ca34f0a41de1d41884d07b5 0a8d98285f46f721dabf38485df916c02d6a4675 91d5aa06572d2660122f9a06ed242fef0383f292 109048e031f39fbb370211fde44ababf6c04c8fb 89740868c9f1c84b8ee528468d12df1fa72cd392 e94d0692864ecf9522fd6a97610a47a2f718d3de 6fbdeff0e51f6afc38fbb1476a4db81322779da4 Note that 5446303328adf4b4e36d9fba21848e6feb55fab4, the malloc brk exhaustion issue, is not yet in the list. While I'm doubtful that it has any serious problems, I'd rather get it some more exposure before putting it into the maintenance-only stable branch. (BTW, does anyone with git expertise know how I can make git cherry-pick -x skip a line before the "(cherry picked...)" message? Perhaps there's a config option or a hook I could use?) Things I could use help from volunteers on are: - Reviewing changes, especially the above commits, to make sure they don't have any stupid mistakes. - Running tests and reporting any test regressions. - Testing x32 and/or sh ports to determine if they're of sufficient quality to promote up from "experimental" to the list of officially supported archs. - Informing me of any pending patches or trivial fix requests I might have misplaced that could be committed before release. Rich