Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Nov 2001 02:00:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Nov 2001 02:00:32 -0500 Received: from xi.linuxpower.cx ([204.214.10.168]:28164 "HELO xi.linuxpower.cx") by vger.kernel.org with SMTP id ; Tue, 27 Nov 2001 02:00:22 -0500 Date: Mon, 26 Nov 2001 16:18:02 -0500 From: Gregory Maxwell To: "H. Peter Anvin" Cc: David Weinehall , linux-kernel@vger.kernel.org Subject: Re: Release Policy [was: Linux 2.4.16 ] Message-ID: <20011126161802.A8398@xi.linuxpower.cx> In-Reply-To: <9tu0n2$sav$1@cesium.transmeta.com> <20011126192902.M5770@khan.acc.umu.se> <3C028A8D.8040503@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <3C028A8D.8040503@zytor.com>; from hpa@zytor.com on Mon, Nov 26, 2001 at 10:31:41AM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 26, 2001 at 10:31:41AM -0800, H. Peter Anvin wrote: > Consistency is a Very Good Thing[TM] (says the one who tries to teach > scripts to understand the naming.) The advantage with the -rc naming is > that it avoids the -pre5, -pre6, -pre-final, -pre-final-really, > -pre-final-really-i-mean-it-this-time phenomenon when the release > candidate wasn't quite worthy, you just go -rc1, -rc2, -rc3. There is no > shame in needing more than one release candidate. Why not just disguard this sillyness of alphabetic characters in version numbers... Just carry through the same structure used by major/minor: I.e. 2.0.39 < released 2.0.39 2.0.39.1.1 < first development snapshot of the kernel which will eventually be 2.0.40 2.0.39.1.2 < second 2.0.39.1.n < Nth 2.0.39.2.1 < first RC 2.0.39.2.2 < second RC 2.0.39.3.1 < opps! Development went too long and we had to break feature freeze to add important features. 2.0.39.4.1 < Trying to stablize again 2.0.39.4.2 < a few more bugs fixxed 2.0.40 < Looks like 2.0.39.4.2 got it right! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/