diff options
Diffstat (limited to 'documentation/migration-guides/release-notes-5.3.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-5.3.rst | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst new file mode 100644 index 0000000000..181f1a401d --- /dev/null +++ b/documentation/migration-guides/release-notes-5.3.rst | |||
@@ -0,0 +1,126 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | .. |yocto-codename| replace:: whinlatter | ||
4 | .. |yocto-ver| replace:: 5.3 | ||
5 | .. Note: anchors id below cannot contain substitutions so replace them with the | ||
6 | value of |yocto-ver| above. | ||
7 | |||
8 | Release notes for |yocto-ver| (|yocto-codename|) | ||
9 | ------------------------------------------------ | ||
10 | |||
11 | New Features / Enhancements in |yocto-ver| | ||
12 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
13 | |||
14 | - Linux kernel XXX, gcc XXX, glibc XXX, LLVM XXX, and over XXX other | ||
15 | recipe upgrades. | ||
16 | |||
17 | - Minimum Python version required on the host: XXX. | ||
18 | |||
19 | - New variables: | ||
20 | |||
21 | - Kernel-related changes: | ||
22 | |||
23 | - New core recipes: | ||
24 | |||
25 | - New core classes: | ||
26 | |||
27 | - Architecture-specific changes: | ||
28 | |||
29 | - QEMU / ``runqemu`` changes: | ||
30 | |||
31 | - Documentation changes: | ||
32 | |||
33 | - Go changes: | ||
34 | |||
35 | - Rust changes: | ||
36 | |||
37 | - Wic Image Creator changes: | ||
38 | |||
39 | - SDK-related changes: | ||
40 | |||
41 | - Testing-related changes: | ||
42 | |||
43 | - Utility script changes: | ||
44 | |||
45 | - BitBake changes: | ||
46 | |||
47 | - Packaging changes: | ||
48 | |||
49 | - LLVM related changes: | ||
50 | |||
51 | - SPDX-related changes: | ||
52 | |||
53 | - ``devtool`` changes: | ||
54 | |||
55 | - Patchtest-related changes: | ||
56 | |||
57 | - :ref:`ref-classes-insane` class related changes: | ||
58 | |||
59 | - Security changes: | ||
60 | |||
61 | - :ref:`ref-classes-cve-check` changes: | ||
62 | |||
63 | - New :term:`PACKAGECONFIG` options for individual recipes: | ||
64 | |||
65 | - Systemd related changes: | ||
66 | |||
67 | - :ref:`ref-classes-sanity` class changes: | ||
68 | |||
69 | - Miscellaneous changes: | ||
70 | |||
71 | Known Issues in |yocto-ver| | ||
72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
73 | |||
74 | Recipe License changes in |yocto-ver| | ||
75 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
76 | |||
77 | The following changes have been made to the :term:`LICENSE` values set by recipes: | ||
78 | |||
79 | .. list-table:: | ||
80 | :widths: 20 40 40 | ||
81 | :header-rows: 1 | ||
82 | |||
83 | * - Recipe | ||
84 | - Previous value | ||
85 | - New value | ||
86 | * - ``recipe name`` | ||
87 | - Previous value | ||
88 | - New value | ||
89 | |||
90 | Security Fixes in |yocto-ver| | ||
91 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
92 | |||
93 | The following CVEs have been fixed: | ||
94 | |||
95 | .. list-table:: | ||
96 | :widths: 30 70 | ||
97 | :header-rows: 1 | ||
98 | |||
99 | * - Recipe | ||
100 | - CVE IDs | ||
101 | * - ``recipe name`` | ||
102 | - :cve_nist:`xxx-xxxx`, ... | ||
103 | |||
104 | Recipe Upgrades in |yocto-ver| | ||
105 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
106 | |||
107 | The following recipes have been upgraded: | ||
108 | |||
109 | .. list-table:: | ||
110 | :widths: 20 40 40 | ||
111 | :header-rows: 1 | ||
112 | |||
113 | * - Recipe | ||
114 | - Previous version | ||
115 | - New version | ||
116 | * - ``recipe name`` | ||
117 | - Previous version | ||
118 | - New version | ||
119 | |||
120 | Contributors to |yocto-ver| | ||
121 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
122 | |||
123 | Thanks to the following people who contributed to this release: | ||
124 | |||
125 | Repositories / Downloads for Yocto-|yocto-ver| | ||
126 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||