Skip to content

Commit 32a6ff5

Browse files
nicola-mazzucato-armtomi-font
authored andcommitted
docs: Release notes for v2.1.1
Add release notes for this v2.1.1 LTS release. Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com> Change-Id: I274786d4f6a47cb8d93a8343c3030abf6498206e
1 parent b3b4906 commit 32a6ff5

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed

cmake/version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-------------------------------------------------------------------------------
77

88
# The 'TFM_VERSION_MANUAL' is used for fallback when Git tags are not available
9-
set(TFM_VERSION_MANUAL "2.1.0")
9+
set(TFM_VERSION_MANUAL "2.1.1")
1010

1111
execute_process(COMMAND git describe --tags --always
1212
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}

docs/releases/2.1.1.rst

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
*************
2+
Version 2.1.1
3+
*************
4+
5+
New features
6+
============
7+
8+
- Mbed TLS upgrade to v3.6.2.
9+
10+
New security advisories
11+
=======================
12+
13+
A new security vulnerability has been fixed in v2.1.1.
14+
Refer to :doc:`TFMV-8 </security/security_advisories/user_pointers_mailbox_vectors_vulnerability>` for more details.
15+
The mitigation is included in this release.
16+
17+
New platforms supported
18+
=======================
19+
20+
- :doc:`RP2350. </platform/rpi/rp2350/readme>`
21+
22+
Hotfixes
23+
========
24+
25+
- Crypto: Additional checks for writes to avoid out-of-bound access
26+
- Crypto: Prevent the scratch allocator from overflowing
27+
- Crypto: Protect writes to avoid out-of-bound access
28+
- SPM: mailbox_agent_api: Free connection if params association fails
29+
30+
31+
--------------
32+
33+
*SPDX-License-Identifier: BSD-3-Clause*
34+
*SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors*

docs/releases/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Releases
44
.. toctree::
55
:hidden:
66

7+
v2.1.1 <2.1.1>
78
v2.1.0 <2.1.0>
89
v2.0.0 <2.0.0>
910
v1.8.1 <1.8.1>
@@ -13,6 +14,8 @@ Releases
1314
+--------------------------------------+--------------+----------------------------+
1415
| Version | Date | PSA-arch tag/hash |
1516
+======================================+==============+============================+
17+
| :doc:`v2.1.1 </releases/2.1.1>` | 2024-11-01 | v23.06_API1.5_ADAC_EAC |
18+
+--------------------------------------+--------------+----------------------------+
1619
| :doc:`v2.1.0 </releases/2.1.0>` | 2024-05-13 | v23.06_API1.5_ADAC_EAC |
1720
+--------------------------------------+--------------+----------------------------+
1821
| :doc:`v2.0.0 </releases/2.0.0>` | 2023-11-28 | v23.06_API1.5_ADAC_EAC |

lib/ext/tf-m-tests/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# Developers should keep the version value up to date to make sure it fits current TF-M version.
99
# TF-M does not rely on this file to build.
1010

11-
version=6f64201
11+
version=TF-Mv2.1.1

0 commit comments

Comments
 (0)