diff options
| -rw-r--r-- | documentation/migration-guides/release-4.0.rst | 1 | ||||
| -rw-r--r-- | documentation/migration-guides/release-notes-4.0.15.rst | 189 |
2 files changed, 190 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-4.0.rst b/documentation/migration-guides/release-4.0.rst index 748eab3bd0..09fb8ca049 100644 --- a/documentation/migration-guides/release-4.0.rst +++ b/documentation/migration-guides/release-4.0.rst | |||
| @@ -21,3 +21,4 @@ Release 4.0 (kirkstone) | |||
| 21 | release-notes-4.0.12 | 21 | release-notes-4.0.12 |
| 22 | release-notes-4.0.13 | 22 | release-notes-4.0.13 |
| 23 | release-notes-4.0.14 | 23 | release-notes-4.0.14 |
| 24 | release-notes-4.0.15 | ||
diff --git a/documentation/migration-guides/release-notes-4.0.15.rst b/documentation/migration-guides/release-notes-4.0.15.rst new file mode 100644 index 0000000000..b2731530e8 --- /dev/null +++ b/documentation/migration-guides/release-notes-4.0.15.rst | |||
| @@ -0,0 +1,189 @@ | |||
| 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
| 2 | |||
| 3 | Release notes for Yocto-4.0.15 (Kirkstone) | ||
| 4 | ------------------------------------------ | ||
| 5 | |||
| 6 | Security Fixes in Yocto-4.0.15 | ||
| 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 8 | |||
| 9 | - avahi: Fix :cve:`2023-1981`, :cve:`2023-38469`, :cve:`2023-38470`, :cve:`2023-38471`, :cve:`2023-38472` and :cve:`2023-38473` | ||
| 10 | - binutils: Fix :cve:`2022-47007`, :cve:`2022-47010` and :cve:`2022-48064` | ||
| 11 | - bluez5: Fix :cve:`2023-45866` | ||
| 12 | - ghostscript: Ignore GhostPCL :cve:`2023-38560` | ||
| 13 | - gnutls: Fix :cve:`2023-5981` | ||
| 14 | - go: Ignore :cve:`2023-45283` and :cve:`2023-45284` | ||
| 15 | - grub: Fix :cve:`2023-4692` and :cve:`2023-4693` | ||
| 16 | - gstreamer1.0-plugins-bad: Fix :cve_mitre:`2023-44429` | ||
| 17 | - libsndfile: Fix :cve:`2022-33065` | ||
| 18 | - libwebp: Fix :cve:`2023-4863` | ||
| 19 | - openssl: Fix :cve:`2023-5678` | ||
| 20 | - python3-cryptography: Fix :cve:`2023-49083` | ||
| 21 | - qemu: Fix :cve:`2023-1544` | ||
| 22 | - sudo: :cve:`2023-42456` and :cve_mitre:`2023-42465` | ||
| 23 | - tiff: Fix :cve:`2023-41175` | ||
| 24 | - vim: Fix :cve:`2023-46246`, :cve:`2023-48231`, :cve:`2023-48232`, :cve:`2023-48233`, :cve:`2023-48234`, :cve:`2023-48235`, :cve:`2023-48236`, :cve:`2023-48237` and :cve:`2023-48706` | ||
| 25 | - xserver-xorg: Fix :cve:`2023-5367` and :cve:`2023-5380` | ||
| 26 | - xwayland: Fix :cve:`2023-5367` | ||
| 27 | |||
| 28 | |||
| 29 | Fixes in Yocto-4.0.15 | ||
| 30 | ~~~~~~~~~~~~~~~~~~~~~ | ||
| 31 | |||
| 32 | - bash: changes to SIGINT handler while waiting for a child | ||
| 33 | - bitbake: Fix disk space monitoring on cephfs | ||
| 34 | - bitbake: bitbake-getvar: Make --quiet work with --recipe | ||
| 35 | - bitbake: runqueue.py: fix PSI check logic | ||
| 36 | - bitbake: runqueue: Add pressure change logging | ||
| 37 | - bitbake: runqueue: convert deferral messages from bb.note to bb.debug | ||
| 38 | - bitbake: runqueue: fix PSI check calculation | ||
| 39 | - bitbake: runqueue: show more pressure data | ||
| 40 | - bitbake: runqueue: show number of currently running bitbake threads when pressure changes | ||
| 41 | - bitbake: tinfoil: Do not fail when logging is disabled and full config is used | ||
| 42 | - build-appliance-image: Update to kirkstone head revision | ||
| 43 | - cve-check: don't warn if a patch is remote | ||
| 44 | - cve-check: slightly more verbose warning when adding the same package twice | ||
| 45 | - cve-check: sort the package list in the JSON report | ||
| 46 | - cve-exclusion_5.10.inc: update for 5.10.202 | ||
| 47 | - go: Fix issue in DNS resolver | ||
| 48 | - goarch: Move Go architecture mapping to a library | ||
| 49 | - gstreamer1.0-plugins-base: enable glx/opengl support | ||
| 50 | - linux-yocto/5.10: update to v5.10.202 | ||
| 51 | - manuals: update class references | ||
| 52 | - migration-guide: add release notes for 4.0.14 | ||
| 53 | - native: Clear TUNE_FEATURES/ABIEXTENSION | ||
| 54 | - openssh: drop sudo from ptest dependencies | ||
| 55 | - overview-manual: concepts: Add Bitbake Tasks Map | ||
| 56 | - poky.conf: bump version for 4.0.15 | ||
| 57 | - python3-jinja2: Fixed ptest result output as per the standard | ||
| 58 | - ref-manual: classes: explain cml1 class name | ||
| 59 | - ref-manual: update :term:`SDK_NAME` variable documentation | ||
| 60 | - ref-manual: variables: add :term:`RECIPE_MAINTAINER` | ||
| 61 | - ref-manual: variables: document OEQA_REPRODUCIBLE_* variables | ||
| 62 | - ref-manual: variables: mention new CDN for :term:`SSTATE_MIRRORS` | ||
| 63 | - rust-common: Set llvm-target correctly for cross SDK targets | ||
| 64 | - rust-cross-canadian: Fix ordering of target json config generation | ||
| 65 | - rust-cross/rust-common: Merge arm target handling code to fix cross-canadian | ||
| 66 | - rust-cross: Simplfy the rust_gen_target calls | ||
| 67 | - rust-llvm: Allow overriding LLVM target archs | ||
| 68 | - sdk-manual: extensible.rst: remove instructions for using SDK functionality directly in a yocto build | ||
| 69 | - sudo: upgrade to 1.9.15p2 | ||
| 70 | - systemtap_git: fix used uninitialized error | ||
| 71 | - vim: Improve locale handling | ||
| 72 | - vim: Upgrade to 9.0.2130 | ||
| 73 | - vim: use upstream generated .po files | ||
| 74 | |||
| 75 | |||
| 76 | Known Issues in Yocto-4.0.15 | ||
| 77 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 78 | |||
| 79 | - N/A | ||
| 80 | |||
| 81 | |||
| 82 | Contributors to Yocto-4.0.15 | ||
| 83 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 84 | |||
| 85 | - Alexander Kanavin | ||
| 86 | - Archana Polampalli | ||
| 87 | - BELHADJ SALEM Talel | ||
| 88 | - Bruce Ashfield | ||
| 89 | - Chaitanya Vadrevu | ||
| 90 | - Chen Qi | ||
| 91 | - Deepthi Hemraj | ||
| 92 | - Denys Dmytriyenko | ||
| 93 | - Hitendra Prajapati | ||
| 94 | - Lee Chee Yang | ||
| 95 | - Li Wang | ||
| 96 | - Martin Jansa | ||
| 97 | - Meenali Gupta | ||
| 98 | - Michael Opdenacker | ||
| 99 | - Mikko Rapeli | ||
| 100 | - Narpat Mali | ||
| 101 | - Niko Mauno | ||
| 102 | - Ninad Palsule | ||
| 103 | - Niranjan Pradhan | ||
| 104 | - Paul Eggleton | ||
| 105 | - Peter Kjellerstedt | ||
| 106 | - Peter Marko | ||
| 107 | - Richard Purdie | ||
| 108 | - Ross Burton | ||
| 109 | - Samantha Jalabert | ||
| 110 | - Sanjana | ||
| 111 | - Soumya Sambu | ||
| 112 | - Steve Sakoman | ||
| 113 | - Tim Orling | ||
| 114 | - Vijay Anusuri | ||
| 115 | - Vivek Kumbhar | ||
| 116 | - Wenlin Kang | ||
| 117 | - Yogita Urade | ||
| 118 | |||
| 119 | |||
| 120 | Repositories / Downloads for Yocto-4.0.15 | ||
| 121 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 122 | |||
| 123 | poky | ||
| 124 | |||
| 125 | - Repository Location: :yocto_git:`/poky` | ||
| 126 | - Branch: :yocto_git:`kirkstone </poky/log/?h=kirkstone>` | ||
| 127 | - Tag: :yocto_git:`yocto-4.0.15 </poky/log/?h=yocto-4.0.15>` | ||
| 128 | - Git Revision: :yocto_git:`755632c2fcab43aa05cdcfa529727064b045073c </poky/commit/?id=755632c2fcab43aa05cdcfa529727064b045073c>` | ||
| 129 | - Release Artefact: poky-755632c2fcab43aa05cdcfa529727064b045073c | ||
| 130 | - sha: b40b43bd270d21a420c399981f9cfe0eb999f15e051fc2c89d124f249cdc0bd5 | ||
| 131 | - Download Locations: | ||
| 132 | http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.15/poky-755632c2fcab43aa05cdcfa529727064b045073c.tar.bz2 | ||
| 133 | http://mirrors.kernel.org/yocto/yocto/yocto-4.0.15/poky-755632c2fcab43aa05cdcfa529727064b045073c.tar.bz2 | ||
| 134 | |||
| 135 | openembedded-core | ||
| 136 | |||
| 137 | - Repository Location: :oe_git:`/openembedded-core` | ||
| 138 | - Branch: :oe_git:`kirkstone </openembedded-core/log/?h=kirkstone>` | ||
| 139 | - Tag: :oe_git:`yocto-4.0.15 </openembedded-core/log/?h=yocto-4.0.15>` | ||
| 140 | - Git Revision: :oe_git:`eea685e1caafd8e8121006d3f8b5d0b8a4f2a933 </openembedded-core/commit/?id=eea685e1caafd8e8121006d3f8b5d0b8a4f2a933>` | ||
| 141 | - Release Artefact: oecore-eea685e1caafd8e8121006d3f8b5d0b8a4f2a933 | ||
| 142 | - sha: ddc3d4a2c8a097f2aa7132ae716affacc44b119c616a1eeffb7db56caa7fc79e | ||
| 143 | - Download Locations: | ||
| 144 | http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.15/oecore-eea685e1caafd8e8121006d3f8b5d0b8a4f2a933.tar.bz2 | ||
| 145 | http://mirrors.kernel.org/yocto/yocto/yocto-4.0.15/oecore-eea685e1caafd8e8121006d3f8b5d0b8a4f2a933.tar.bz2 | ||
| 146 | |||
| 147 | meta-mingw | ||
| 148 | |||
| 149 | - Repository Location: :yocto_git:`/meta-mingw` | ||
| 150 | - Branch: :yocto_git:`kirkstone </meta-mingw/log/?h=kirkstone>` | ||
| 151 | - Tag: :yocto_git:`yocto-4.0.15 </meta-mingw/log/?h=yocto-4.0.15>` | ||
| 152 | - Git Revision: :yocto_git:`f6b38ce3c90e1600d41c2ebb41e152936a0357d7 </meta-mingw/commit/?id=f6b38ce3c90e1600d41c2ebb41e152936a0357d7>` | ||
| 153 | - Release Artefact: meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7 | ||
| 154 | - sha: 7d57167c19077f4ab95623d55a24c2267a3a3fb5ed83688659b4c03586373b25 | ||
| 155 | - Download Locations: | ||
| 156 | http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.15/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 | ||
| 157 | http://mirrors.kernel.org/yocto/yocto/yocto-4.0.15/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 | ||
| 158 | |||
| 159 | meta-gplv2 | ||
| 160 | |||
| 161 | - Repository Location: :yocto_git:`/meta-gplv2` | ||
| 162 | - Branch: :yocto_git:`kirkstone </meta-gplv2/log/?h=kirkstone>` | ||
| 163 | - Tag: :yocto_git:`yocto-4.0.15 </meta-gplv2/log/?h=yocto-4.0.15>` | ||
| 164 | - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a>` | ||
| 165 | - Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a | ||
| 166 | - sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d | ||
| 167 | - Download Locations: | ||
| 168 | http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.15/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 169 | http://mirrors.kernel.org/yocto/yocto/yocto-4.0.15/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 170 | |||
| 171 | bitbake | ||
| 172 | |||
| 173 | - Repository Location: :oe_git:`/bitbake` | ||
| 174 | - Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>` | ||
| 175 | - Tag: :oe_git:`yocto-4.0.15 </bitbake/log/?h=yocto-4.0.15>` | ||
| 176 | - Git Revision: :oe_git:`42a1c9fe698a03feb34c5bba223c6e6e0350925b </bitbake/commit/?id=42a1c9fe698a03feb34c5bba223c6e6e0350925b>` | ||
| 177 | - Release Artefact: bitbake-42a1c9fe698a03feb34c5bba223c6e6e0350925b | ||
| 178 | - sha: 64c684ccd661fa13e25c859dfc68d66bec79281da0f4f81b0d6a9995acb659b5 | ||
| 179 | - Download Locations: | ||
| 180 | http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.15/bitbake-42a1c9fe698a03feb34c5bba223c6e6e0350925b.tar.bz2 | ||
| 181 | http://mirrors.kernel.org/yocto/yocto/yocto-4.0.15/bitbake-42a1c9fe698a03feb34c5bba223c6e6e0350925b.tar.bz2 | ||
| 182 | |||
| 183 | yocto-docs | ||
| 184 | |||
| 185 | - Repository Location: :yocto_git:`/yocto-docs` | ||
| 186 | - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>` | ||
| 187 | - Tag: :yocto_git:`yocto-4.0.15 </yocto-docs/log/?h=yocto-4.0.15>` | ||
| 188 | - Git Revision: :yocto_git:`08fda7a5601393617b1ecfe89229459e14a90b1d </yocto-docs/commit/?id=08fda7a5601393617b1ecfe89229459e14a90b1d>` | ||
| 189 | |||
