diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.0.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 5ecfe2d54a..8e7a58e74d 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -49,7 +49,7 @@ The following recipes have been removed. | |||
49 | - ``core-image-lsb-sdk``: Part of removed LSB support. | 49 | - ``core-image-lsb-sdk``: Part of removed LSB support. |
50 | 50 | ||
51 | - ``cve-check-tool``: Functionally replaced by the ``cve-update-db`` | 51 | - ``cve-check-tool``: Functionally replaced by the ``cve-update-db`` |
52 | recipe and :ref:`cve-check <ref-classes-cve-check>` class. | 52 | recipe and :ref:`ref-classes-cve-check` class. |
53 | 53 | ||
54 | - ``eglinfo``: No longer maintained. ``eglinfo`` from ``mesa-demos`` is | 54 | - ``eglinfo``: No longer maintained. ``eglinfo`` from ``mesa-demos`` is |
55 | an adequate and maintained alternative. | 55 | an adequate and maintained alternative. |
@@ -144,7 +144,7 @@ CVE Checking | |||
144 | ------------ | 144 | ------------ |
145 | 145 | ||
146 | ``cve-check-tool`` has been functionally replaced by a new | 146 | ``cve-check-tool`` has been functionally replaced by a new |
147 | ``cve-update-db`` recipe and functionality built into the :ref:`cve-check <ref-classes-cve-check>` | 147 | ``cve-update-db`` recipe and functionality built into the :ref:`ref-classes-cve-check` |
148 | class. The result uses NVD JSON data feeds rather than the deprecated | 148 | class. The result uses NVD JSON data feeds rather than the deprecated |
149 | XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring, | 149 | XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring, |
150 | and makes other improvements. | 150 | and makes other improvements. |
@@ -287,7 +287,7 @@ The following miscellaneous changes have occurred. | |||
287 | :term:`NATIVELSBSTRING` to use all lowercase | 287 | :term:`NATIVELSBSTRING` to use all lowercase |
288 | characters even if it does not contain a version number. This change | 288 | characters even if it does not contain a version number. This change |
289 | is necessary only if you are not using | 289 | is necessary only if you are not using |
290 | :ref:`uninative <ref-classes-uninative>` and :term:`SANITY_TESTED_DISTROS`. | 290 | :ref:`ref-classes-uninative` and :term:`SANITY_TESTED_DISTROS`. |
291 | 291 | ||
292 | - In the ``base-files`` recipe, writing the hostname into | 292 | - In the ``base-files`` recipe, writing the hostname into |
293 | ``/etc/hosts`` and ``/etc/hostname`` is now done within the main | 293 | ``/etc/hosts`` and ``/etc/hostname`` is now done within the main |