From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 60FB04638C; Mon, 10 Mar 2025 11:28:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EC3C402D0; Mon, 10 Mar 2025 11:28:21 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 7476A40151; Mon, 10 Mar 2025 11:28:19 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.162.254]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4ZBClf2Z8VzyRqQ; Mon, 10 Mar 2025 18:28:14 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 5E4A7180113; Mon, 10 Mar 2025 18:28:16 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 10 Mar 2025 18:28:15 +0800 Message-ID: Date: Mon, 10 Mar 2025 18:28:15 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] doc: fix year of final LTS release To: Kevin Traynor , CC: References: <20250310100807.17559-1-ktraynor@redhat.com> Content-Language: en-US From: fengchengwen In-Reply-To: <20250310100807.17559-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemk500009.china.huawei.com (7.202.194.94) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Acked-by: Chengwen Feng On 2025/3/10 18:08, Kevin Traynor wrote: > LTS length was updated to 3 years, but a sentence saying > when the final release would be was not updated. > > Fixes: 3c60ea7b289a ("doc: update LTS maintenance to 3 years") > Cc: stable@dpdk.org > > Signed-off-by: Kevin Traynor > --- > doc/guides/contributing/stable.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst > index 289769a61d..808e7fa779 100644 > --- a/doc/guides/contributing/stable.rst > +++ b/doc/guides/contributing/stable.rst > @@ -74,5 +74,5 @@ For a list of the currently maintained stable/LTS branches please see > the latest `stable roadmap `_. > > -At the end of the 2 years, a final X.11.N release will be made and at that > +At the end of the 3 years, a final X.11.N release will be made and at that > point the LTS branch will no longer be maintained with no further releases. >