File tree 4 files changed +39
-2
lines changed
4 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 6
6
#-------------------------------------------------------------------------------
7
7
8
8
# 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 " )
10
10
11
11
execute_process (COMMAND git describe --tags --always
12
12
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
Original file line number Diff line number Diff line change
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 *
Original file line number Diff line number Diff line change 4
4
.. toctree ::
5
5
:hidden:
6
6
7
+ v2.1.1 <2.1.1 >
7
8
v2.1.0 <2.1.0 >
8
9
v2.0.0 <2.0.0 >
9
10
v1.8.1 <1.8.1 >
@@ -13,6 +14,8 @@ Releases
13
14
+--------------------------------------+--------------+----------------------------+
14
15
| Version | Date | PSA-arch tag/hash |
15
16
+======================================+==============+============================+
17
+ | :doc: `v2.1.1 </releases/2.1.1 >` | 2024-11-01 | v23.06_API1.5_ADAC_EAC |
18
+ +--------------------------------------+--------------+----------------------------+
16
19
| :doc: `v2.1.0 </releases/2.1.0 >` | 2024-05-13 | v23.06_API1.5_ADAC_EAC |
17
20
+--------------------------------------+--------------+----------------------------+
18
21
| :doc: `v2.0.0 </releases/2.0.0 >` | 2023-11-28 | v23.06_API1.5_ADAC_EAC |
Original file line number Diff line number Diff line change 8
8
# Developers should keep the version value up to date to make sure it fits current TF-M version.
9
9
# TF-M does not rely on this file to build.
10
10
11
- version=6f64201
11
+ version=TF-Mv2.1.1
You can’t perform that action at this time.
0 commit comments