Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751386AbYJQEEu (ORCPT ); Fri, 17 Oct 2008 00:04:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751063AbYJQEE0 (ORCPT ); Fri, 17 Oct 2008 00:04:26 -0400 Received: from kroah.org ([198.145.64.141]:42898 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750912AbYJQEEZ (ORCPT ); Fri, 17 Oct 2008 00:04:25 -0400 Date: Thu, 16 Oct 2008 21:02:39 -0700 From: Greg KH To: Adrian Bunk Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [RFC] Kernel version numbering scheme change Message-ID: <20081017040239.GB28188@kroah.com> References: <20081016002509.GA25868@kroah.com> <20081016124943.GE23630@cs181140183.pp.htv.fi> <20081016151748.GA31075@kroah.com> <20081016153053.GJ5834@nostromo.devel.redhat.com> <20081016154726.GA6331@kroah.com> <20081016171626.GB22554@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081016171626.GB22554@cs181140183.pp.htv.fi> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2022 Lines: 50 On Thu, Oct 16, 2008 at 08:16:26PM +0300, Adrian Bunk wrote: > On Thu, Oct 16, 2008 at 08:47:26AM -0700, Greg KH wrote: > You miss the best alternative: > > Simply keep the status quo. I'd argue that is is a pain. Linus has expressed frustration with the current numbering scheme, and as someone who deals with kernel version numbers every single day, I too am mildly frustrated. I think the main reason why is just that small numbers are easier to keep track of in your mind. As we are ever increasing the version number, the release numbers feel like they are getting closer together, making them less distinguishable. For example, think of the following: 2.6.5 vs. 2.6.9 Your mind focuses on the 5 and 9, and in thinking about them, it is much easier to keep them apart. Now, try the same with: 2.6.24 vs. 2.6.27 You are repeating the tens digit, the "two", so it is a bit harder to distinguish things. After a few years of this, it gets more difficult So I proposed an alternative, YEAR.NUMBER. The year is easy to keep track of, and the release number is a small one, making it too easier to track and distinguish from each other: 2009.1 vs. 2009.5 or 2010.2 vs. 2011.5 It also means something that lets you remember back to what was going on for that release better, if you can easily place it within a specific time frame, which is important for those of us who work with different kernel versions all the time for different projects and backports and stable releases. If the number stays the same, my feeble brain will survive and I'll just rely on my huge spreadsheet of when specific kernels were released when to get along, and hopefully I will not make any more .26.5 releases when I mean .25.5 and such like I have in the past :) thanks, greg k-h -- 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/