From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23894 invoked by alias); 4 Aug 2004 21:11:48 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23868 invoked from network); 4 Aug 2004 21:11:47 -0000 Received: from unknown (HELO gizmo06ps.bigpond.com) (144.140.71.41) by sourceware.org with SMTP; 4 Aug 2004 21:11:47 -0000 Received: (qmail 30909 invoked from network); 4 Aug 2004 21:11:44 -0000 Received: from unknown (HELO psmam09.bigpond.com) (144.135.25.94) by gizmo06ps.bigpond.com with SMTP; 4 Aug 2004 21:11:44 -0000 Received: from cpe-203-51-245-96.qld.bigpond.net.au ([203.51.245.96]) by psmam09.bigpond.com(MAM REL_3_4_2a 156/34338338) with SMTP id 34338338; Thu, 05 Aug 2004 07:11:45 +1000 Message-ID: <41115110.3060004@neurizon.net> Date: Wed, 04 Aug 2004 21:11:00 -0000 From: Steven Johnson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040115 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Re: dot five-o series versions - GDB 6.2.50 References: <41110F1A.3080706@gnu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00045.txt.bz2 The only comment I habe is you wouldnt want any more than 4 point releases, before it got confusing. Because as a number .5 = .50, and .6 is greater than .50 So either the rule should be no more than 4 M.N.* Releases. or when you get to .4, you start going to .41, .42, .43 etc or just number from .01 ie 6.3.01 otherwise the sequence isnt numeric, its a list of numbers and wont sort properly (using standard ascii or numberic sorts). So basically does .1 mean .01 and if so why not call it .01? Steven ie, 6.3_2004-10-12 6.3.50_2004-10-12 ... ... 6.3.1 6.3.50_2004-10-13 6.3_2004-10-14 6.3.50_2004-10-14 ... ... 6.3.2 6.3.50_2004-10-15 6.3_2004-10-16 6.3.50_2004-10-16 ... ... 6.3.3 6.3.50_2004-10-17 6.3_2004-10-18 6.3.50_2004-10-18 ... ... 6.3.4 6.3.50_2004-10-19 6.3_2004-10-21 6.3.50_2004-10-21 ... .. 6.3.5 6.3.50_2004-10-22 6.3_2004-10-23 6.3.50_2004-10-23 ... ... 6.3.6 6.3.50_2004-10-24 [BIG SNIP]