summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-3.0.rst2
-rw-r--r--documentation/migration-guides/migration-4.0.rst4
-rw-r--r--documentation/migration-guides/release-notes-4.0.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst
index 96aea2f332..90736e6009 100644
--- a/documentation/migration-guides/migration-3.0.rst
+++ b/documentation/migration-guides/migration-3.0.rst
@@ -108,7 +108,7 @@ Packaging Changes
108 108
109The following packaging changes have occurred. 109The following packaging changes have occurred.
110 110
111- The `Epiphany <https://en.wikipedia.org/wiki/GNOME_Web>`__ browser 111- The :wikipedia:`Epiphany <GNOME_Web>` browser
112 has been dropped from ``packagegroup-self-hosted`` as it has not been 112 has been dropped from ``packagegroup-self-hosted`` as it has not been
113 needed inside ``build-appliance-image`` for quite some time and was 113 needed inside ``build-appliance-image`` for quite some time and was
114 causing resource problems. 114 causing resource problems.
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index 02d3c3e2bd..17b1d3c619 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -183,8 +183,8 @@ a new :term:`KERNEL_DEBUG_TIMESTAMPS` variable to "1".
183Supported host distribution changes 183Supported host distribution changes
184~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185 185
186- Support for `AlmaLinux <https://en.wikipedia.org/wiki/AlmaLinux>`__ 186- Support for :wikipedia:`AlmaLinux <AlmaLinux>`
187 hosts replacing `CentOS <https://en.wikipedia.org/wiki/CentOS>`__. 187 hosts replacing :wikipedia:`CentOS <CentOS>`.
188 The following distribution versions were dropped: CentOS 8, Ubuntu 16.04 and Fedora 30, 31 and 32. 188 The following distribution versions were dropped: CentOS 8, Ubuntu 16.04 and Fedora 30, 31 and 32.
189 189
190- ``gcc`` version 7.5 is now required at minimum on the build host. For older 190- ``gcc`` version 7.5 is now required at minimum on the build host. For older
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst
index a61ccc6913..02cde0e3f3 100644
--- a/documentation/migration-guides/release-notes-4.0.rst
+++ b/documentation/migration-guides/release-notes-4.0.rst
@@ -32,7 +32,7 @@ New Features / Enhancements in 4.0
32 :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and 32 :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and
33 ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to 33 ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to
34 overlay read-only filesystems (for example) with 34 overlay read-only filesystems (for example) with
35 `OverlayFS <https://en.wikipedia.org/wiki/OverlayFS>`__. 35 :wikipedia:`OverlayFS <OverlayFS>`.
36 36
37- Inclusive language adjustments to some variable names - see the 37- Inclusive language adjustments to some variable names - see the
38 :ref:`4.0 migration guide <migration-4.0-inclusive-language>` for details. 38 :ref:`4.0 migration guide <migration-4.0-inclusive-language>` for details.
@@ -104,7 +104,7 @@ New Features / Enhancements in 4.0
104 104
105- Shared state (sstate) improvements: 105- Shared state (sstate) improvements:
106 106
107 - Switched to `ZStandard (zstd) <https://en.wikipedia.org/wiki/Zstd>`__ instead 107 - Switched to :wikipedia:`ZStandard (zstd) <Zstd>` instead
108 of Gzip, for better performance. 108 of Gzip, for better performance.
109 - Allow validation of sstate signatures against a list of keys 109 - Allow validation of sstate signatures against a list of keys
110 - Improved error messages and exception handling 110 - Improved error messages and exception handling