From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 27D743895FE3 for ; Fri, 21 Jun 2024 08:38:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 27D743895FE3 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 27D743895FE3 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718959090; cv=none; b=LrcMct1g/TusZVQPG8eF0vz8G6FAC4tZgI4aDcuXFc2g/OXEtBPXO/HrlY0RIA6g5eIUHWIaNrQUZgwXfG4egZPMV8txvBU+Q+jxhzvZaqcJGkbgOdEYOqTBwFtPgVTOV7bBwXt2YzNrOORJ8k4zvqh5NyMm1esu/Kyy2l+v7X4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718959090; c=relaxed/simple; bh=+NTPYYhPzDKyizktmWg6jHxtZILrwLIu5BjbWGpJkkM=; h=Date:From:To:Subject:Message-ID:MIME-Version:DKIM-Signature; b=WFGCC4zY1Cot6cQkd05PvHObZUQBE46VHeRZmGK5oQhOHL1VKXLl8MvTRW1piOIa53xQsCkMqWHbxD6KT8nVkgzYiaBlXaefrhJH+6M7Y/TDqmxdsp92SXWZV4Vi8WdtE1H4kTQfP39kn9dpqdokoJrnUXeVTCVhAt/yXX0EHNc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id DD8C533ED2; Fri, 21 Jun 2024 04:38:07 -0400 (EDT) Received: from daya.localdomain (62-47-130-88.adsl.highway.telekom.at [62.47.130.88]) (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 hamza.pair.com (Postfix) with ESMTPSA id 04F1933EC3; Fri, 21 Jun 2024 04:38:06 -0400 (EDT) Date: Fri, 21 Jun 2024 10:38:04 +0200 (CEST) From: Gerald Pfeifer To: Pokechu22 cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] [PATCH 1/4] branch-closing: Fix various typos In-Reply-To: Message-ID: <766c1962-1824-15da-5b13-187e114b40ea@pfeifer.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=pair-202402271039; bh=Gd1Cz9T3oqlm4P+NX47VYz9p11svFdfEY83hPn4VVCk=; b=QcWiJwe5ih6LqifycvX5zAYDGJPtBngXbMAsPXs/mHpA2qFfxVSbYP85U4g87RlIedoSj+4Zwm4ufIcxFXyWT4q4s7fUmWo0HU51Tx3Z6r9nfS4C5Rlo2dZr7Q1RnrGDOFbr1YZpfWquYI0hz5YzPXnVU+YuVEv9aipm7nZzKv5x/Q6gTfyvA0IuuE4x9vkXjDRdLpFkLvfE1pGF4PAPufSuikJo5jLgpm0W1MLmFu2GR2je2i68skphp1A6hQNoo/eYIbwp7jAXmrXqQ74NOgrCGm2HsoeF50tlY49YRU1hiXwClCzyCrfRhQSw4Dq8EJG8GbrVCkGI6O+rbcmiSg== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no 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 Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > --- a/htdocs/branch-closing.html > +++ b/htdocs/branch-closing.html > @@ -54,7 +54,7 @@ is listed in "Known to work" or "Known to fail" as > applicable. >
  • If the bug is a regression that is not fixed on all subsequent > release branches and on trunk then it needs to remain open. Remove > the version number of the branch being closed from the summary (for > -example, change "[7/8 Regression]" to "[8 Regression]". If the > +example, change "[7/8 Regression]" to "[8 Regression]"). If the > milestone is not set, or is set to a version from the branch being > closed, set it to the version number of the next release from the next > oldest release branch. Thank you for pointing this out; I fixed this now. Gerald