diff options
-rw-r--r-- | documentation/ref-manual/release-process.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 920794679d..75532addbd 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -103,13 +103,16 @@ have reached their End of Life (EOL) won't receive such updates. | |||
103 | 103 | ||
104 | This started with version 3.1 ("Dunfell"), released in April 2020, which | 104 | This started with version 3.1 ("Dunfell"), released in April 2020, which |
105 | the project initially committed to supporting for two years, but this duration | 105 | the project initially committed to supporting for two years, but this duration |
106 | was later extended to four years. Similarly, the following :term:`LTS` release, | 106 | was later extended to four years. |
107 | version 4.0 ("Kirkstone"), was released two years later in May 2022 and the | ||
108 | project committed to supporting it for four years too. | ||
109 | 107 | ||
110 | Therefore, a new :term:`LTS` release is made every two years and is supported | 108 | A new :term:`LTS` release is made every two years and is supported for four |
111 | for four years. This offers more stability to project users and leaves more | 109 | years. This offers more stability to project users and leaves more time to |
112 | time to upgrade to the following :term:`LTS` release. | 110 | upgrade to the following :term:`LTS` release. |
111 | |||
112 | The currently supported :term:`LTS` releases are: | ||
113 | |||
114 | - Version 5.0 ("Scarthgap"), released in April 2024 and supported until April 2028. | ||
115 | - Version 4.0 ("Kirkstone"), released in May 2022 and supported until May 2026. | ||
113 | 116 | ||
114 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management | 117 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management |
115 | of stable and :term:`LTS` releases. | 118 | of stable and :term:`LTS` releases. |