docs(changelog): changelog for lts-v2.8.10 release
Generated with the command:
npm run release -- --release-as 2.8.10
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ibe2581783fed3f96150601cffdd6e606bd9a2d50
diff --git a/Makefile b/Makefile
index 067f6a6..ef383f7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 9
+VERSION_PATCH := 10
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
# Default goal is build all images
diff --git a/docs/change-log.md b/docs/change-log.md
index 053d75b..21763ea 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,49 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.8.10](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.9..refs/tags/lts-v2.8.10) (2023-10-24)
+
+### Miscellaneous
+
+- **Documentation**
+
+ - reformat sphinx configuration ([6996249](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6996249b5651083a837ca397db34ae21c003a315))
+
+### Resolved Issues
+
+- **Platforms**
+
+ - **Arm**
+
+ - **FVP**
+
+ - increase BL2 size for CRYPTO_SUPPORT & ROMLIB ([dcb497f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/dcb497f33a60f1302ddf8931f241673fafe9214a))
+
+- **Documentation**
+
+ - add a build.tools.python entry ([688ca84](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/688ca84d3f0254592a654da07328160771b8750c))
+ - add missing click dependency ([7b51cb7](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7b51cb7ae17ff8bf7f7ea31a976a8c21efc117a7))
+ - add plantuml as a dependency ([599ca0e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/599ca0e970550980d07853c2a273c49f90b283cb))
+ - add readthedocs configuration file ([e9c63eb](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/e9c63eba3ab888b002707f4a091c920c77c4350f))
+ - fix build errors for latexpdf ([3cc3413](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3cc34130f6a131c31ee4fea559b153a873549062))
+ - pin poetry to version used in CI ([7711c80](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7711c80124da759d4cd8e86ee1eca2bb940d90c3))
+ - python version must be string ([d853a38](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d853a38dd0656b52d87f95bd31c125c724fe2737))
+ - specify python version to 3.10 ([6c43474](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6c43474742d6e73aa31a0e1e212e967c237561a9))
+ - use rsvg-convert as the conversion backend ([ea884b9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ea884b9921a7c3c6e4337c9e28303a5244b5b9b0))
+
+### New Features
+
+- **Libraries**
+
+ - **C Standard Library**
+
+ - add %c to printf/snprintf ([55b2443](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/55b2443449020fd7b0328ae47088abd581b84bcf))
+
+- **Documentation**
+
+ - add support for poetry ([3921cfe](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3921cfe18b24ebaaaf50cf1d9ff595472e87f9a0))
+ - update Mbed-TLS version to v2.28.5 ([7084697](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7084697f196beaa02b6769893b11d4abaef9d98a))
+
## [lts-2.8.9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.8..refs/tags/lts-v2.8.9) (2023-10-03)
### Miscellaneous
diff --git a/docs/conf.py b/docs/conf.py
index 1549032..d10fb66 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
project = "Trusted Firmware-A"
author = "Trusted Firmware-A contributors"
-version = "2.9.0"
-release = "2.9.0"
+version = "2.8.10"
+release = "2.8.10"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index c309ee5..eee0927 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.9",
+ "version": "2.8.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.9",
+ "version": "2.8.10",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index 2af4e08..507658c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.9",
+ "version": "2.8.10",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index 5ca679a..73af778 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.0"
+version = "2.8.10"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 3030904..a5880a2 100644
--- a/tools/conventional-changelog-tf-a/package.json
+++ b/tools/conventional-changelog-tf-a/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-tf-a",
- "version": "2.8.9",
+ "version": "2.8.10",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",