Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 16 Dec 2002 13:47:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 16 Dec 2002 13:47:42 -0500 Received: from ny2.fastmail.fm ([66.111.4.3]:60366 "EHLO server2.fastmail.fm") by vger.kernel.org with ESMTP id ; Mon, 16 Dec 2002 13:47:18 -0500 X-Mail-from: aravind1001@speedpost.net Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aravind Ceyardass" To: "arun4linux" , "Michael Richardson" , netdev@oss.sgi.com, "Linux Kernel Mailing List" Date: Mon, 16 Dec 2002 14:55:13 -0400 X-Epoch: 1040064913 X-Sasl-enc: K1tEy+9myIhjIDMkv6MRmQ Cc: aravind1001@speedpost.net Subject: Re: Re: pci-skeleton duplex check References: <200212141428.TAA32351@WS0005.indiatimes.com> In-Reply-To: <200212141428.TAA32351@WS0005.indiatimes.com> Message-Id: <20021216185513.43F023D56F@server2.fastmail.fm> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 35 Hi, A good scheme for numbering kernels or software components in general is as follows For stable releases. (x.even.y=major.minor.patch) increment patch for any bug fixes. increment minor for any enhancements or new interfaces. increment major for interface changes or interface deletions.(dangerous or poor design) We should increment major even if interface remains same but behaviour has changed.(again may be poor design) For development releases we can't follow the above scheme, because the interfaces are in a flux and we may end up in version 589.201.700 from 2.4.20. So, we decide to increment patch number for all changes and deletions. Hope it helps! Regards Aravind -- http://fastmail.fm - IMAP accessible web-mail - 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/