summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-5.0.rst17
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
71Known Issues in 5.0 88Known Issues in 5.0
72~~~~~~~~~~~~~~~~~~~ 89~~~~~~~~~~~~~~~~~~~
73 90