From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id EJLBCqrz4GBFMgAAWB0awg (envelope-from ) for ; Sat, 03 Jul 2021 19:32:58 -0400 Received: by simark.ca (Postfix, from userid 112) id 2A22A1F1F2; Sat, 3 Jul 2021 19:32:58 -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=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=unavailable 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 D9CA21E01F for ; Sat, 3 Jul 2021 19:32:57 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9CBC03858025 for ; Sat, 3 Jul 2021 23:32:57 +0000 (GMT) Received: from mail-pj1-x102e.google.com (mail-pj1-x102e.google.com [IPv6:2607:f8b0:4864:20::102e]) by sourceware.org (Postfix) with ESMTPS id 128573858D34 for ; Sat, 3 Jul 2021 23:32:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 128573858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pj1-x102e.google.com with SMTP id kt19so9207496pjb.2 for ; Sat, 03 Jul 2021 16:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5khOwtYw2HAT2sEgU/hcV1QfIy2H9eyLyH1xx2U/B2U=; b=mIBtSrELJqJQ2bC80f6oQjE/pN9D0Utzon4y0FfFNHwuUglTeZnkZ7u0ceC1bhVVF0 zE2WA04Cos/Iq4Y6hniBkSUC9537/aRFLu0BS519QqhZquCI54a/FgSGlfK1Q4D6kkZU IGhCGE1HebyucmQyfk29zFP94WPd/Bjy4/JgmepFkdqKkGdPlgnxdGaPPjhW9UtSLLVT D7WC4ziB13Po92Up+alW7GdEzeeGw7v50/tDFvvN5Q0aQVl+hIfA8/pFzUxa+h+oF4/1 aiZUUOEK3+lyxgJWxK2YjJD1jWdA8Fmgc3S85RlwsP3fOV0FjDfaWtONanYs0S4zGQfB k6Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5khOwtYw2HAT2sEgU/hcV1QfIy2H9eyLyH1xx2U/B2U=; b=QzymUUgelmY0heuLFnf/zp8Cxi9mo7916PscW0PVAcZVI6+4gV19Y7Rd65LgkN6SoM maWHx+ncf7sXwJLSVEjBe1G1C8VAE/UWfrPqlZGfZ+OM1vKcZHDG2DJiZrh6nUYXOVsw Xo0ogLFt1ZyKueOR4shKLHXSDpaJPq+7hfX7/yi/neiIVx8ktddiXrVYeYWN5E7AaiI+ 9TbJh65VsmvmQUh4eiA5T0tSxy4KeWND40V+DSv7sITtfgTU+0p63W0Bm2TIWOgxg0cK ZcRhJ45s8SVlwtE5P/ex0NmC/uoB3AMQaUkufWUH0dgwoCYh4JcUAzbyqXncWPMLBxVB un+g== X-Gm-Message-State: AOAM530NdJsUmfZlWvsTU2mRct5VrUir+35alGRIIamgcJTiM3saeJ7R IQZuoabQ9uYAZ9PGsSv1HsB5Uv2iKtn8 X-Google-Smtp-Source: ABdhPJwKigWhel+n1FdOam4vm58qRx6JA9nTAW6rB4Nhn6G1w3pkzqvxZLl8a9eHi1Z5kzCAyY0s3w== X-Received: by 2002:a17:902:c713:b029:129:324d:9b04 with SMTP id p19-20020a170902c713b0290129324d9b04mr5772731plp.58.1625355165180; Sat, 03 Jul 2021 16:32:45 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id w14sm9442552pgo.75.2021.07.03.16.32.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Jul 2021 16:32:44 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id B9E2F89B55; Sat, 3 Jul 2021 16:32:43 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA] Rename gdb/ChangeLog to gdb/ChangeLog-2021 Date: Sat, 3 Jul 2021 16:32:42 -0700 Message-Id: <20210703233242.1602803-1-brobecker@adacore.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210703232710.GL550682@adacore.com> References: <20210703232710.GL550682@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Cc: Simon Marchi , Joel Brobecker Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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, -- Joel --- gdb/{ChangeLog => ChangeLog-2021} | 0 gdb/config/djgpp/fnchange.lst | 1 + 2 files changed, 1 insertion(+) rename gdb/{ChangeLog => ChangeLog-2021} (100%) diff --git a/gdb/ChangeLog b/gdb/ChangeLog-2021 similarity index 100% rename from gdb/ChangeLog rename to gdb/ChangeLog-2021 diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst index a71ae5c48a2..3e77bece2fc 100644 --- a/gdb/config/djgpp/fnchange.lst +++ b/gdb/config/djgpp/fnchange.lst @@ -119,6 +119,7 @@ @V@/gdb/ChangeLog-2018 @V@/gdb/ChangeLog.018 @V@/gdb/ChangeLog-2019 @V@/gdb/ChangeLog.019 @V@/gdb/ChangeLog-2020 @V@/gdb/ChangeLog.020 +@V@/gdb/ChangeLog-2021 @V@/gdb/ChangeLog.021 @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 -- 2.25.1