summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 085cd8f9b0..266e4e859b 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -139,6 +139,21 @@ New Features / Enhancements in 4.3
139 <qa-check-unimplemented-ptest>` infrastructure to detect package sources 139 <qa-check-unimplemented-ptest>` infrastructure to detect package sources
140 with unit tests but no implemented ptests in the recipe. 140 with unit tests but no implemented ptests in the recipe.
141 141
142 - A new task to perform recipe-wide QA checks was added: ``do_recipe_qa``.
143
144 - New build-time checks for set :term:`SUMMARY`, :term:`HOMEPAGE`, and
145 :term:`RECIPE_MAINTAINER` fields was added, and enabled for the core
146 recipes.
147
148 - The ``parselogs`` runtime test was rewritten. Notably it no longer uses
149 regular expressions, which may mean custom patterns need updating.
150
151 - A self-test to validate that the :term:`SPDX` manifests generated by
152 image builds are valid was added.
153
154 - The ``QEMU_USE_SLIRP`` variable has been replaced by adding ``slirp`` to
155 ``TEST_RUNQEMUPARAMS``.
156
142- Utility script changes: 157- Utility script changes:
143 158
144 - New ``scripts/patchtest`` utility to check patches to the 159 - New ``scripts/patchtest`` utility to check patches to the