From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id RR/VHsQ64mBHTQAAWB0awg (envelope-from ) for ; Sun, 04 Jul 2021 18:48:36 -0400 Received: by simark.ca (Postfix, from userid 112) id 76C631F1F2; Sun, 4 Jul 2021 18:48:36 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id C38441E01F for ; Sun, 4 Jul 2021 18:48:35 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3412B385C408 for ; Sun, 4 Jul 2021 22:48:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3412B385C408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1625438915; bh=5Wi2zHFPBJw2rQC21vGWBMQU4emCCibi6JWmYXc8RLM=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Nc6tYGwMUF3jhzddkBg5cMPQiqGNuwdEHnCBbXfYFlw1kZyxEHtXp2OIuNjSPMmJo nIQm9fUG1hxQlG3ZK+0t6ouR4c//9Tp4PvedpPzSi0HuXe30pniol43fYE8YFEtev6 CbHZs+s4xL4ndA7Wa/0aBKtekdbIGRLeJksl1tfc= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id E7145385BF93 for ; Sun, 4 Jul 2021 22:47:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E7145385BF93 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 164MlE3W012406 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 4 Jul 2021 18:47:19 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 164MlE3W012406 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 6FFE81E01F; Sun, 4 Jul 2021 18:47:14 -0400 (EDT) Subject: Re: [RFA] Rename gdb/ChangeLog to gdb/ChangeLog-2021 To: Joel Brobecker , gdb-patches@sourceware.org References: <20210703232710.GL550682@adacore.com> <20210703233242.1602803-1-brobecker@adacore.com> Message-ID: Date: Sun, 4 Jul 2021 18:47:14 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210703233242.1602803-1-brobecker@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Sun, 4 Jul 2021 22:47:14 +0000 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-07-03 7:32 p.m., Joel Brobecker wrote: > Hello, > > Now that ChangeLog entries are no longer used for GDB patches, > this commit renames the file gdb/ChangeLog to gdb/ChangeLog-2021, > similar to what we would do in the context of the "Start of New > Year" procedure. > > The purpose of this change is to avoid people merging ChangeLog > entries by mistake when applying existing commits that they are > currently working on. > > OK to apply to master? (maybe a bit on the obvious side, but > this also allows us to make sure I am not missing something > in the commit message) > > Thanks, > Thanks, that LGTM. Simon