From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31452 invoked by alias); 1 Jan 2007 07:03:36 -0000 Received: (qmail 31443 invoked by uid 22791); 1 Jan 2007 07:03:35 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 01 Jan 2007 07:03:28 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0E48548CCB8; Mon, 1 Jan 2007 02:03:27 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00898-01-5; Mon, 1 Jan 2007 02:03:26 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-75-95.w80-8.abo.wanadoo.fr [80.8.212.95]) by nile.gnat.com (Postfix) with ESMTP id 21CD048CC13; Mon, 1 Jan 2007 02:03:26 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 2655334C099; Mon, 1 Jan 2007 11:04:13 +0400 (RET) Date: Mon, 01 Jan 2007 07:03:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [commit] New Year procedure - done Message-ID: <20070101070413.GH3428@adacore.com> References: <20070101060212.GG3428@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="FkmkrVfFsRoUs1wW" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00014.txt.bz2 --FkmkrVfFsRoUs1wW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 480 > > 2007-01-01 Joel Brobecker > > > > Followed the Start of New Year Procedure: > > * ChangeLog-2006: New file, containing all the entries for 2006. > > This new file requires a new line in gdb/config/djgpp/fnchange.lst. Ah, yes, of course. Fixed thusly. 2007-01-01 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006. An update of the procedure will follow shortly. -- Joel --FkmkrVfFsRoUs1wW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="lst.diff" Content-length: 690 Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.94 retrieving revision 1.95 diff -u -p -r1.94 -r1.95 --- config/djgpp/fnchange.lst 22 Jan 2006 20:24:15 -0000 1.94 +++ config/djgpp/fnchange.lst 1 Jan 2007 07:01:30 -0000 1.95 @@ -7,6 +7,7 @@ @V@/bfd/ChangeLog-0203 @V@/bfd/ChangeLog.0203 @V@/bfd/ChangeLog-2004 @V@/bfd/ChangeLog.004 @V@/bfd/ChangeLog-2005 @V@/bfd/ChangeLog.005 +@V@/bfd/ChangeLog-2006 @V@/bfd/ChangeLog.006 @V@/bfd/doc/ChangeLog-9103 @V@/bfd/ChangeLog.9103 @V@/bfd/coff-tic30.c @V@/bfd/cofftic30.c @V@/bfd/coff-tic4x.c @V@/bfd/cofftic40.c --FkmkrVfFsRoUs1wW--