From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5093 invoked by alias); 1 Jan 2018 06:09:05 -0000 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 Received: (qmail 5080 invoked by uid 89); 1 Jan 2018 06:09:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=our X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Jan 2018 06:09:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3C4F31176D4 for ; Mon, 1 Jan 2018 01:09:01 -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 qQcDfuxcYfQr for ; Mon, 1 Jan 2018 01:09:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CDF87117453 for ; Mon, 1 Jan 2018 01:09:00 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4E3A0809B1; Mon, 1 Jan 2018 10:08:56 +0400 (+04) Date: Mon, 01 Jan 2018 06:09:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: GDB "Start of New Year Procedure" -- 2018 edition Message-ID: <20180101060856.ofxghhohnmt2jprf@adacore.com> References: <20180101044801.7201-1-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180101044801.7201-1-brobecker@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00004.txt.bz2 > I am about to push the following commits. Most of them are a direct > application of the "Start of New Year Procedure" procedure listed > in our GDB Internals Manual. A couple of them are tiny adjustments > to the gdb/copyright.sh script to remove the need for a manual update > of a couple of files that can now be processed automatically, and > before that fix a small bug which is hidden until we remove those > the special processing for those two files. > > * [PATCH 1/5] Yearly rotation of the gdb/ChangeLog file > * [PATCH 2/5] Update copyright year in version message of GDB, > * [PATCH 3/5] gdb/copyright.py: Do not forget to remind about > * [PATCH 4/5] gdb/copyright.py: Remove > * [PATCH 5/5] Update copyright year range in all GDB files Patch #1 and patch #5 did not make it to the list, because the diff itself was too big (no big surprise). gdb/ChangeLog * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017. gdb/ChangeLog: Update copyright year range in all GDB files The patches are mechanical or automated updates, and are trivial to generate now that we use git, so I don't think it's worth re-sending. But let me know if you'd like to have them archived here -- I can try sending a compressed diff instead. -- Joel