doc: fix year of final LTS release

Message ID 20250310100807.17559-1-ktraynor@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix year of final LTS release |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS

Commit Message

Kevin Traynor March 10, 2025, 10:08 a.m. UTC
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 <ktraynor@redhat.com>
---
 doc/guides/contributing/stable.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Chengwen Feng March 10, 2025, 10:28 a.m. UTC | #1
Acked-by: Chengwen Feng <fengchengwen@huawei.com>

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 <ktraynor@redhat.com>
> ---
>  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 <https://core.dpdk.org/roadmap/#stable>`_.
>  
> -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.
>
  
Thomas Monjalon March 11, 2025, 4:04 p.m. UTC | #2
10/03/2025 11:28, fengchengwen:
> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
> 
> 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 <ktraynor@redhat.com>

Applied, thanks.
  

Patch

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 <https://core.dpdk.org/roadmap/#stable>`_.
 
-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.