From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53997 invoked by alias); 1 Jan 2018 04:48:29 -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 53956 invoked by uid 89); 1 Jan 2018 04:48:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*MI:7201, adjustments, joel, remind 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 04:48:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E5E2311772C for ; Sun, 31 Dec 2017 23:48:08 -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 LOWfUwIgGz4J for ; Sun, 31 Dec 2017 23:48:08 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8571D117729 for ; Sun, 31 Dec 2017 23:48:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E7E65809B1; Mon, 1 Jan 2018 08:48:03 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB "Start of New Year Procedure" -- 2018 edition Date: Mon, 01 Jan 2018 04:48:00 -0000 Message-Id: <20180101044801.7201-1-brobecker@adacore.com> X-SW-Source: 2018-01/txt/msg00000.txt.bz2 Hello, 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 Tested by rebuilding GDB from scratch on x86_64-linux. Thanks, -- Joel