From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 14 15:09:44 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C8E91065673; Thu, 14 Jun 2012 15:09:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6C33C8FC0A; Thu, 14 Jun 2012 15:09:44 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6FB6FB981; Thu, 14 Jun 2012 11:09:43 -0400 (EDT) From: John Baldwin To: Adrian Chadd Date: Thu, 14 Jun 2012 08:20:02 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <20120614042602.GA6638@lonesome.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206140820.02798.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 14 Jun 2012 11:09:43 -0400 (EDT) Cc: Garrett Cooper , Mark Linimon , Matt Olander , freebsd-hackers@freebsd.org Subject: Re: Upcoming release schedule - 8.4 ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 15:09:44 -0000 On Thursday, June 14, 2012 12:30:19 am Adrian Chadd wrote: > On 13 June 2012 21:26, Mark Linimon wrote: > > On Wed, Jun 13, 2012 at 08:50:24AM -0700, Garrett Cooper wrote: > >> The only way that this would really work is if there were dedicated > >> sustaining engineers working on actively backporting code, testing it, > >> committing it, etc. > > > > I'm going to agree with Garrett here. IMHO we've reached (or surpassed) > > the limit of what is reasonable to ask volunteers to commit their spare > > time to. This is doubly true when we have more than one "stable" branch. > > I totally concur. This is why I think we need fewer branches so that there is less merging to do. Even in the bad old 4.x days developers would merge things (especially driver updates) from HEAD back to 4.x. If we move X.0 releases farther apart then developers will still MFC things, the issue is that they don't want to MFC to 2 stable branches. -- John Baldwin