release-notes-5.3.rst 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. .. |yocto-codename| replace:: whinlatter
  3. .. |yocto-ver| replace:: 5.3
  4. .. Note: anchors id below cannot contain substitutions so replace them with the
  5. value of |yocto-ver| above.
  6. Release notes for |yocto-ver| (|yocto-codename|)
  7. ------------------------------------------------
  8. New Features / Enhancements in |yocto-ver|
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. - Linux kernel XXX, gcc XXX, glibc XXX, LLVM XXX, and over XXX other
  11. recipe upgrades.
  12. - Minimum Python version required on the host: XXX.
  13. - New variables:
  14. - Kernel-related changes:
  15. - New core recipes:
  16. - New core classes:
  17. - Architecture-specific changes:
  18. - QEMU / ``runqemu`` changes:
  19. - Documentation changes:
  20. - Go changes:
  21. - Rust changes:
  22. - Wic Image Creator changes:
  23. - SDK-related changes:
  24. - Testing-related changes:
  25. - Utility script changes:
  26. - BitBake changes:
  27. - Packaging changes:
  28. - LLVM related changes:
  29. - SPDX-related changes:
  30. - ``devtool`` changes:
  31. - Patchtest-related changes:
  32. - :ref:`ref-classes-insane` class related changes:
  33. - Security changes:
  34. - :ref:`ref-classes-cve-check` changes:
  35. - New :term:`PACKAGECONFIG` options for individual recipes:
  36. - Systemd related changes:
  37. - :ref:`ref-classes-sanity` class changes:
  38. - Miscellaneous changes:
  39. Known Issues in |yocto-ver|
  40. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. Recipe License changes in |yocto-ver|
  42. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. The following changes have been made to the :term:`LICENSE` values set by recipes:
  44. .. list-table::
  45. :widths: 20 40 40
  46. :header-rows: 1
  47. * - Recipe
  48. - Previous value
  49. - New value
  50. * - ``recipe name``
  51. - Previous value
  52. - New value
  53. Security Fixes in |yocto-ver|
  54. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. The following CVEs have been fixed:
  56. .. list-table::
  57. :widths: 30 70
  58. :header-rows: 1
  59. * - Recipe
  60. - CVE IDs
  61. * - ``recipe name``
  62. - :cve_nist:`xxx-xxxx`, ...
  63. Recipe Upgrades in |yocto-ver|
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  65. The following recipes have been upgraded:
  66. .. list-table::
  67. :widths: 20 40 40
  68. :header-rows: 1
  69. * - Recipe
  70. - Previous version
  71. - New version
  72. * - ``recipe name``
  73. - Previous version
  74. - New version
  75. Contributors to |yocto-ver|
  76. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. Thanks to the following people who contributed to this release:
  78. Repositories / Downloads for Yocto-|yocto-ver|
  79. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~