From: Thomas Monjalon Date: Mon, 5 Aug 2019 12:30:12 +0000 (+0200) Subject: doc: remove major in designation of normal releases X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=e85373edf0857f1774f6e519bd2af669d6eaeb2b doc: remove major in designation of normal releases The word "major" was used to differentiate with release candidates or stable maintenance releases. However the word "major" can be understood as "LTS", so it is less confusing to avoid this word. Reported-by: Ori Kam Signed-off-by: Thomas Monjalon Acked-by: Kevin Traynor --- diff --git a/doc/guides/contributing/documentation.rst b/doc/guides/contributing/documentation.rst index 27e4b13be1..550d8dec28 100644 --- a/doc/guides/contributing/documentation.rst +++ b/doc/guides/contributing/documentation.rst @@ -62,7 +62,7 @@ added to by the developer. The Release Notes document which features have been added in the current and previous releases of DPDK and highlight any known issues. - The Releases Notes also contain notifications of features that will change ABI compatibility in the next major release. + The Releases Notes also contain notifications of features that will change ABI compatibility in the next release. Developers should include updates to the Release Notes with patch sets that relate to any of the following sections: diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst index 4d38bb8606..90b3d8e44f 100644 --- a/doc/guides/contributing/stable.rst +++ b/doc/guides/contributing/stable.rst @@ -25,7 +25,7 @@ Release to indicate longer term support. Stable Releases --------------- -Any major release of DPDK can be designated as a Stable Release if a +Any release of DPDK can be designated as a Stable Release if a maintainer volunteers to maintain it and there is a commitment from major contributors to validate it before releases. If a release is to be designated as a Stable Release, it should be done by 1 month after the master release.