From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ueo5OUDg4GBcMAAAWB0awg (envelope-from ) for ; Sat, 03 Jul 2021 18:10:08 -0400 Received: by simark.ca (Postfix, from userid 112) id D85331F1F2; Sat, 3 Jul 2021 18:10:08 -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.6 required=5.0 tests=MAILING_LIST_MULTI, RDNS_DYNAMIC 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 468251E01F for ; Sat, 3 Jul 2021 18:10:08 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A529F3858022 for ; Sat, 3 Jul 2021 22:10:07 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 323703858D34 for ; Sat, 3 Jul 2021 22:09:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 323703858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [192.168.1.145] (ip197.226-51-69.sogetel.net [69.51.226.197]) (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 9B1DE1E01F; Sat, 3 Jul 2021 18:09:56 -0400 (EDT) Subject: Re: [release/HEAD 2/2] Update NEWS post GDB 11 branch creation. To: Joel Brobecker , gdb-patches@sourceware.org References: <20210703175454.1426972-1-brobecker@adacore.com> <20210703175454.1426972-3-brobecker@adacore.com> From: Simon Marchi Message-ID: <78121a45-b38a-61b1-4371-e271bb67e03e@simark.ca> Date: Sat, 3 Jul 2021 18:09:56 -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: <20210703175454.1426972-3-brobecker@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-07-03 1:54 p.m., Joel Brobecker wrote: > gdb/ChangeLog: > > * NEWS: Create a new section for the next release branch. > Rename the section of the current branch, now that it has > been cut. Hi Joel, Since we are not going to use the ChangeLog file on the master branch from now on, should we maybe rename it to ChangeLog-2021 right away? That would avoid people merging ChangeLog entries by mistake (it would be confusing to have some people merge ChangeLog entries for the patches they have in progress and others not). Simon