From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10499 invoked by alias); 1 Jan 2007 07:22:06 -0000 Received: (qmail 10491 invoked by uid 22791); 1 Jan 2007 07:22:06 -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:22:01 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2269B48CCB8 for ; Mon, 1 Jan 2007 02:22:00 -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 23764-02-9 for ; Mon, 1 Jan 2007 02:21:59 -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 3F4D448CC13 for ; Mon, 1 Jan 2007 02:21:59 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 3095134C099; Mon, 1 Jan 2007 11:22:41 +0400 (RET) Date: Mon, 01 Jan 2007 07:22:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Update "Start of New Year Procedure" Message-ID: <20070101072241.GA3434@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline 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/msg00016.txt.bz2 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 257 Hello, There is one item missing in our documented procedure. I propose the following addition. 2007-01-01 Joel Brobecker * gdbint.texinfo (Start of New Year Procedure): Add missing item. OK to apply? Thanks, -- Joel --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="newyear-doc.diff" Content-length: 587 Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.247 diff -u -p -r1.247 gdbint.texinfo --- gdbint.texinfo 10 Nov 2006 19:20:37 -0000 1.247 +++ gdbint.texinfo 1 Jan 2007 07:18:21 -0000 @@ -6178,6 +6178,10 @@ End: @end smallexample @item +Add an entry for the newly created ChangeLog file (@file{ChangeLog-YYYY}) +in @file{gdb/config/djgpp/fnchange.lst}. + +@item Update the copyright year in the startup message Update the copyright year in file @file{top.c}, function --pWyiEgJYm5f9v55/--