From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14511 invoked by alias); 4 Aug 2004 16:30:30 -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 14501 invoked from network); 4 Aug 2004 16:30:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Aug 2004 16:30:30 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i74GUOe3007936 for ; Wed, 4 Aug 2004 12:30:24 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i74GUOa00602; Wed, 4 Aug 2004 12:30:24 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 38DD72B9D; Wed, 4 Aug 2004 12:30:18 -0400 (EDT) Message-ID: <41110F1A.3080706@gnu.org> Date: Wed, 04 Aug 2004 16:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: dot five-o series versions - GDB 6.2.50 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00028.txt.bz2 Hello, Ref: http://www.iro.umontreal.ca/translation/HTML/maintainers.html The translators are looking for a versioning schema that makes it easy to undersand how two versions relate to each other. Unfortunatly, GDB's current versioning doesn't do this. Without knowing the policy, it's hard to know whats going on with: 2004-09-03 6.2_2004-09_03 consequently, I'd like to propose that things be changed to the following: M.N.5x: Indicate the mainline. It's half way between releases -> .50. Ex 6.2.50, 6.2.50_2004-09-03 M.N.9x: Indicate pre release versions drawn from the branch. M.N / M.N.O: The release. This leads to the sequence: 6.2.50_2004-09-03 6.2.50_2004-09-04 ... -----------> 6.2.90_2004-10-05 6.3.50_2004-10-05 6.2.91 6.3.50_2004-10-06 ... ... 6.2.91_2004-10-10 6.3.50_2004-10-10 ... ... 6.3 6.3.50_2004-10-11 ... ... 6.3_2004-10-12 6.3.50_2004-10-12 ... ... 6.3.1 6.3.50_2004-10-13 ... ... ... ... ----------> 6.2.90_2004-10-05 6.3.50_2004-10-05 6.2.91 6.3.50_2004-10-06 ... ... 6.2.91_2004-10-10 6.3.50_2004-10-10 ... ... 6.3 6.3.50_2004-10-11 ... ... 6.3_2004-10-12 6.3.50_2004-10-12 ... ... 6.3.1 6.3.50_2004-10-13 ... ... ... ... comment! Andrew