Skip to content

Commit 0fe989b

Browse files
Update BRANCHES.md
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
1 parent 641fa26 commit 0fe989b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

BRANCHES.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ At any point in time, we have a number of maintained branches, currently consist
1111
- One or more long-time support (LTS) branches: these only get bug fixes and
1212
security fixes. Currently, the supported LTS branches are:
1313
- [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6).
14+
- [`mbedtls-4.1`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-4.1).
1415

1516
We retain a number of historical branches, whose names are prefixed by `archive/`,
1617
such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7).
@@ -22,11 +23,11 @@ the API of 4.(x+1) is backward compatible with 4.x). We only break API
2223
compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
2324
ABI compatibility within LTS branches; see the next section for details.
2425

25-
We will make regular LTS releases on an 18-month cycle, each of which will have
26-
a 3 year support lifetime. On this basis, 3.6 LTS (released March 2024) will be
27-
supported until March 2027. The next LTS release will be a 4.x release. Due to
28-
the size and scope of the 4.0 release, the release date of the first 4.x LTS is
29-
yet to be determined.
26+
We plan to make regular LTS releases on an 18-month cycle, each with a support
27+
lifetime of three years.On this basis, Mbed TLS 3.6 LTS (released in March 2024)
28+
will be supported until March 2027. Due to the size and scope of the 4.0 release,
29+
the first 4.x LTS, version 4.1, was released two years after 3.6, in March 2026,
30+
and will be supported until March 2029.
3031

3132
## Backwards Compatibility for application code
3233

@@ -87,6 +88,9 @@ The following branches are currently maintained:
8788
- [`development`](https://github.com/Mbed-TLS/mbedtls/)
8889
- [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6)
8990
maintained until March 2027, see
90-
<https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.4>.
91+
<https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.6>.
92+
- [`mbedtls-4.1`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-4.1)
93+
maintained until March 2029, see
94+
<https://github.com/Mbed-TLS/mbedtls/releases/tag/v4.1.0>.
9195

9296
Users are urged to always use the latest version of a maintained branch.

0 commit comments

Comments
 (0)