diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-04-09 16:55:44 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 17:29:34 +0100 |
| commit | e0503274079986aee56045744691484b13d7c8de (patch) | |
| tree | 6b23aa970a3a526053dcdde17ea3b1e889635320 /documentation/migration-guides | |
| parent | f6f6d98e6d7bcc61b1eab2bcb4744eeb2bf603d2 (diff) | |
| download | poky-e0503274079986aee56045744691484b13d7c8de.tar.gz | |
release-notes-5.0: document some cve, strace and qa changes
This patch should cover those commits (from poky) :
* 789b10030c6 (cve-update-nvd2-native: remove rejected cve from database, 2024-03-15)
* 19f27037b2b (cve-update-nvd2-native: add an age threshold for incremental update, 2024-03-13)
* 6ce61b43570 (strace: disable bluetooth support by default, 2023-12-13)
* 381ef628fab (ref-manual: add documentation for the unimplemented-ptest qa warning, 2023-10-10)
(From yocto-docs rev: da44182aa084378dbf7a04bb010cbd87e508a607)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
| -rw-r--r-- | documentation/migration-guides/release-notes-5.0.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst index 8df95ca21b..0a740688fa 100644 --- a/documentation/migration-guides/release-notes-5.0.rst +++ b/documentation/migration-guides/release-notes-5.0.rst | |||
| @@ -10,6 +10,10 @@ New Features / Enhancements in 5.0 | |||
| 10 | 10 | ||
| 11 | - New variables: | 11 | - New variables: |
| 12 | 12 | ||
| 13 | - :term:`CVE_DB_INCR_UPDATE_AGE_THRES`: Configure the maximum age of the | ||
| 14 | internal CVE database for incremental update (instead of a full | ||
| 15 | redownload). | ||
| 16 | |||
| 13 | - Architecture-specific enhancements: | 17 | - Architecture-specific enhancements: |
| 14 | 18 | ||
| 15 | - Kernel-related enhancements: | 19 | - Kernel-related enhancements: |
| @@ -44,6 +48,9 @@ New Features / Enhancements in 5.0 | |||
| 44 | 48 | ||
| 45 | - Testing: | 49 | - Testing: |
| 46 | 50 | ||
| 51 | - Add an optional ``unimplemented-ptest`` QA warning to detect upstream | ||
| 52 | packages with tests, that do not use ptest. | ||
| 53 | |||
| 47 | - Utility script changes: | 54 | - Utility script changes: |
| 48 | 55 | ||
| 49 | - New ``recipetool/create_go.py`` script added to support Go recipe creation | 56 | - New ``recipetool/create_go.py`` script added to support Go recipe creation |
| @@ -54,6 +61,11 @@ New Features / Enhancements in 5.0 | |||
| 54 | 61 | ||
| 55 | - Security improvements: | 62 | - Security improvements: |
| 56 | 63 | ||
| 64 | - Improve incremental CVE database download from NVD. Rejected CVEs are | ||
| 65 | removed, configuration is kept up-to-date. The age threshold for | ||
| 66 | incremental update can be configured with :term:`CVE_DB_INCR_UPDATE_AGE_THRES` | ||
| 67 | variable. | ||
| 68 | |||
| 57 | - Prominent documentation updates: | 69 | - Prominent documentation updates: |
| 58 | 70 | ||
| 59 | - Miscellaneous changes: | 71 | - Miscellaneous changes: |
| @@ -64,10 +76,15 @@ New Features / Enhancements in 5.0 | |||
| 64 | - ``systemd-boot`` can, from now on, be compiled as ``native``, thus | 76 | - ``systemd-boot`` can, from now on, be compiled as ``native``, thus |
| 65 | providing ``ukify`` tool to build UKI images. | 77 | providing ``ukify`` tool to build UKI images. |
| 66 | 78 | ||
| 79 | - systemd: split bash completion for ``udevadm`` in a new | ||
| 80 | ``udev-bash-completion`` package. | ||
| 81 | |||
| 67 | - The :ref:`ref-classes-go-vendor` class was added to support offline builds | 82 | - The :ref:`ref-classes-go-vendor` class was added to support offline builds |
| 68 | (i.e., vendoring). It can also handle modules from the same repository, | 83 | (i.e., vendoring). It can also handle modules from the same repository, |
| 69 | taking into account their versions. | 84 | taking into account their versions. |
| 70 | 85 | ||
| 86 | - Disable strace support of bluetooth by default. | ||
| 87 | |||
| 71 | Known Issues in 5.0 | 88 | Known Issues in 5.0 |
| 72 | ~~~~~~~~~~~~~~~~~~~ | 89 | ~~~~~~~~~~~~~~~~~~~ |
| 73 | 90 | ||
