From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15528 invoked by alias); 29 Aug 2003 17:03:34 -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 15500 invoked from network); 29 Aug 2003 17:03:33 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 29 Aug 2003 17:03:33 -0000 Received: (qmail 10010 invoked from network); 29 Aug 2003 16:59:29 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 29 Aug 2003 16:59:29 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Fri, 29 Aug 2003 10:03:31 -0700 From: "Zack Weinberg" To: Kelley Cook Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: The use of the toplevel ChangeLog and config/ChangeLog References: <3F4F66EC.5010407@ford.com> Date: Fri, 29 Aug 2003 17:03:00 -0000 In-Reply-To: <3F4F66EC.5010407@ford.com> (Kelley Cook's message of "Fri, 29 Aug 2003 10:45:00 -0400") Message-ID: <874r00o0po.fsf@egil.codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00330.txt.bz2 Kelley Cook writes: > a) There remains a separate config/ChangeLog and all the config/ > changes be documented only in there. > > b) All changes to the config/ directory be documented in the toplevel > directory and there not be a config/ChangeLog. > > Of course, it is quite possible, that am I missing something and there > is a reason that some go in one ChangeLog and some in the other? > > Anyway I'll volunteer to clean up the ChangeLog(s), if everyone can > come to an agreement of which way it should go. Personally, I would > think that the ChangeLog in the toplevel should be good enough. I vote (a), because there is legitimate reason for the top-level ChangeLogs in src/ and gcc/ not to be identical, but the config/ directory is supposed to be kept precisely in sync between the two repositories. Therefore keeping a separate changelog for that directory ensures that changes will stay documented in both repositories. zw