From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id oIplCxn25mDLegAAWB0awg (envelope-from ) for ; Thu, 08 Jul 2021 08:56:57 -0400 Received: by simark.ca (Postfix, from userid 112) id 2CAF11F1F2; Thu, 8 Jul 2021 08:56:57 -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.5 required=5.0 tests=DKIM_SIGNED, MAILING_LIST_MULTI,RDNS_DYNAMIC,T_DKIM_INVALID,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 889211EE1B for ; Thu, 8 Jul 2021 08:56:56 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B24793833011 for ; Thu, 8 Jul 2021 12:56:55 +0000 (GMT) Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 8A27F3833011 for ; Thu, 8 Jul 2021 12:56:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8A27F3833011 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-pl1-x62b.google.com with SMTP id j3so977208plx.7 for ; Thu, 08 Jul 2021 05:56:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=FFMl/unZxgLNceTuxXh4sfSwMDTI9znLK//eH0IKMtI=; b=UtZpsA6hlz/U9fZF/Nu3Ibo8ZibfRw5CB/MyX5dftsaqyrrae0DW+cXNHz9x0teBmC qaghDQMFbQ8hYHG8sHDSWW+fn0fYwiMBj6eWCZzQjN5A0159kz9dAqqRqIpbWCSkD4do uZc17oO5NONrgNQp0Jzcve0vqMFZipRsSXx8p0vNClxuXpv5ZoiifwFEgQ1E1IOg1tA1 aaVDosdHpHaH5WP7+I3MKpqvOykkiM0JZuz4xCYC9drUBoms6hrM+clbG1pnqLmIKziw zZVYIghkE2dULgNV5e6aw1Fbp7h8yauQ8vHHOrNYgXBPs0q8zWGs1H04/Vh6oTe+tHFj ipBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=FFMl/unZxgLNceTuxXh4sfSwMDTI9znLK//eH0IKMtI=; b=o8QrACtSSvjJM4nCDJ3w3Of/4G3gV02Y+Brh9uThcjVj7MYlRNDrAL+5IZGAbmBb75 Rt6YU7mmpBTS/myZlp3GalWtslcOMm/QLBtT2Ue8JEH43JL8ZFqXZ4FtmdHPGRx3OW1c Ta1S98AxyIRkrqfj7okg8YhxjIsc2Zm9CQAbzG2fwNPDohV5AvEpacw8bbP8c6rzhOnt BKfRYodGfYCtlQ1N9+WJQtdNBTkf2iIKcz6UwwJlhtlWohrIHQST5A1fg0dtb/mx4XtD cXjDED6/QMinJlLpa8MUdL3gt/VSqsd9pri2Ny2NYRNMoRJjDEAgGSi49cyGu7VSwtq2 AriQ== X-Gm-Message-State: AOAM532eNPs765dF99Mx+Qs1TFHDNiyZSEnVj55sbvDnI+wwAdHei8DI EfBNdExm8i78h4kkVh19ty1s X-Google-Smtp-Source: ABdhPJwR5oR6h8p+sZrAEZIo3UU45aJLtKi0CS9oZavdvRJlAnl0sJ+odzwoi3qoRhzI2lwbV+5yPQ== X-Received: by 2002:a17:90a:5e06:: with SMTP id w6mr31049394pjf.98.1625749003685; Thu, 08 Jul 2021 05:56:43 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id js5sm2652874pjb.40.2021.07.08.05.56.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Jul 2021 05:56:43 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 022C889CFD; Thu, 8 Jul 2021 05:56:41 -0700 (PDT) Date: Thu, 8 Jul 2021 05:56:41 -0700 From: Joel Brobecker To: Tom de Vries Subject: Re: [RFA] Rename gdb/ChangeLog to gdb/ChangeLog-2021 Message-ID: <20210708125641.GA229653@adacore.com> References: <20210703232710.GL550682@adacore.com> <20210703233242.1602803-1-brobecker@adacore.com> <20210706161658.GA12614@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 , gdb-patches@sourceware.org, Joel Brobecker Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > $ find gdb* -name ChangeLog > gdb/doc/ChangeLog > gdb/testsuite/ChangeLog > gdb/stubs/ChangeLog > gdbserver/ChangeLog > gdbsupport/ChangeLog > ... > > Maybe a good idea to rename those as well? Or am I missing something? Either that, or perhaps write a blurb at the start of the ChangeLog file explaining that they are no longer used. These ChangeLog files weren't rotated each year, so it might not make as much sense to renaming them with a year extension (but I wouldn't object -- although a range of years might make better sense in that case). We have to include also the ChangeLog in the sim, and there's perhaps also include/gdb. -- Joel