From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x33.google.com (mail-oa1-x33.google.com [IPv6:2001:4860:4864:20::33]) by sourceware.org (Postfix) with ESMTPS id 484E63858C5F for ; Fri, 4 Aug 2023 18:03:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 484E63858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x33.google.com with SMTP id 586e51a60fabf-1bb89ac2013so1623849fac.1 for ; Fri, 04 Aug 2023 11:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691172211; x=1691777011; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=l8U2pDuHD/A7AITshb2vVX05uiVsoWOnB6B76CVc5QQ=; b=MHxc3L/QuNsoN94hck/YbVb28sc8Nuwsn1QunMipQJB+hmjHEWgjOIzbyb2OWMtVft I0kJryuMqzyIe7QpzDGwN92TpTVlPCQnQA7aTkTq77jnKnSradMJwDISDyLoNanOox7X 0N7xl2aF1FUbmdrcfn2M8aNIw/aJ1slCK6ayXMqhBlBtfv44wEmGTBNibMy/LtDNg3/F KvLCIh17eUpLy1B/N82e139xxqSgFuH6hZ3HhbzrOlPTyCBexMdH5vUE/INDJAV5o374 MvoYJlEPzG011eLETfsQY3QRI4OuWOTAhJIN9/oOsj7SDAIMqwdATuQTCpkJI59rbF6X QB+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691172211; x=1691777011; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=l8U2pDuHD/A7AITshb2vVX05uiVsoWOnB6B76CVc5QQ=; b=ZNENYmIWzWtc5wWKTjt5NimM4weJJy9nuJcUONu4p/sFVvOrukbVSrySQl/E2VWWBm 3AP54mL/aO5Sg4YBxzSOYMVZxbh8TtpEbrW6wpTVTMU9pblbRByE0zYT2rGF2RHl0zV1 oB9iZAOoe77Jr4AEK9CXh4Y6lMdOMdLyJoF0+Zvt06lbDXd8wPLrJ1QZsU3nSG2HPmy1 AX/SFcDBPET846Wy2joRanfbCGY1YDcFP+KCJ5Cvt2HUJ95HtS2+NOMlnY224uEVkcwz w78aylrgxFdyOL3J7ZIbtKYd0T1uAtwNaivEt003aUqTwTH5NkcJLYgXUwlLcwUHs/RQ Gh3w== X-Gm-Message-State: AOJu0YxDA+mCC3014IIXsEJlDXEBVOKdtjkUrf9XEK0V5SQYMScmzb+u 03/2l/aVHTmA8LbYLJahQxJ6/kXtcXga8O4zoFD8EthM X-Google-Smtp-Source: AGHT+IGFFudrQ+a1+w5QQ5q1Ig10jy13fpGlrwAa3VM5zpWV5j9OB9aHOsHo7LrSLm/PfEmQGB9mPm/af1buE7HPr5U= X-Received: by 2002:a05:6870:418e:b0:1b0:408a:1d05 with SMTP id y14-20020a056870418e00b001b0408a1d05mr2858323oac.38.1691172211567; Fri, 04 Aug 2023 11:03:31 -0700 (PDT) MIME-Version: 1.0 References: <87bkfta1mf.fsf@redhat.com> In-Reply-To: From: "H.J. Lu" Date: Fri, 4 Aug 2023 11:02:55 -0700 Message-ID: Subject: Re: GNU Binutils 2.41 release To: Nick Clifton Cc: Binutils Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3016.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Aug 4, 2023 at 3:37=E2=80=AFAM Nick Clifton wrot= e: > > Hi Guys, > > On 7/31/23 18:25, H.J. Lu wrote: > > The binutils-2_41 tag points to the wrong commit: > > Indeed it does. In fact there was no commit that exactly corresponds to > the released sources. A silly mistake on my part. > > After some trial and error we now have a new branch (binutils-2_41-releas= e-point) > and a new tag (binutils-2_41-official-release), that is a match for the r= eleased > sources. > > There are no plans to ever make any changes to this branch - it is just t= here > so that we can have a tag that matches the release. > > I will update the website to mention this problem, and I apologise > to anyone who has been caught out by the mis-tagging. > Thanks. --=20 H.J.