From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29465 invoked by alias); 1 Jan 2011 14:18:48 -0000 Received: (qmail 29457 invoked by uid 22791); 1 Jan 2011 14:18:47 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Jan 2011 14:18:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ABCCC2BABEE for ; Sat, 1 Jan 2011 09:18:39 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id COGfmLMtCmQR for ; Sat, 1 Jan 2011 09:18:39 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4D4242BABA2 for ; Sat, 1 Jan 2011 09:18:38 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 11625145870; Sat, 1 Jan 2011 18:18:26 +0400 (RET) Date: Sat, 01 Jan 2011 14:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [New Year] ChangeLog rotation - done Message-ID: <20110101141825.GE2413@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="xgyAXRrhYN0wYx8y" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-01/txt/msg00017.txt.bz2 --xgyAXRrhYN0wYx8y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 422 Hello, As mentioned by Jan, this is the New Year, and the `Start of New Year' procedure needs to be applied. The first step is rotating the ChangeLog file. Now done. I'm leving the diff to the ChangeLogs out, since they are very large while only basically a move. I am, however, including the diff to the fnchange.lst file. Although obvious, there is one typo I noticed, which I also fixed at the same time. -- Joel --xgyAXRrhYN0wYx8y Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="cl-rotate.diff" Content-length: 1012 commit f7ab7e39869cd42f2cedb5c6543326d5ade7411b Author: Joel Brobecker Date: Sat Jan 1 18:02:09 2011 +0400 Rotate GDB's main ChangeLog file gdb/ChangeLog: * ChangeLog-2010: Renames ChangeLog. * ChangeLog: New file. * config/djgpp/fnchange.lst: Add exception for gdb/ChangeLog-2010. Also fix a typo in the exception for gdb/ChangeLog-2009. diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst index 60b7de7..4b86c31 100644 --- a/gdb/config/djgpp/fnchange.lst +++ b/gdb/config/djgpp/fnchange.lst @@ -107,7 +107,8 @@ @V@/gdb/ChangeLog-2006 @V@/gdb/ChangeLog.006 @V@/gdb/ChangeLog-2007 @V@/gdb/ChangeLog.007 @V@/gdb/ChangeLog-2008 @V@/gdb/ChangeLog.008 -@V@/gdb/ChangeLog-2002 @V@/gdb/ChangeLog.009 +@V@/gdb/ChangeLog-2009 @V@/gdb/ChangeLog.009 +@V@/gdb/ChangeLog-2010 @V@/gdb/ChangeLog.010 @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x @V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c @V@/gdb/amd64-windows-nat.c @V@/gdb/a64w-nat.c --xgyAXRrhYN0wYx8y--