diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-26 01:22:43 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-26 23:46:18 +0000 |
commit | 0b82a2e37078b90759ff877ded90dd4638aeb1b5 (patch) | |
tree | 1abebcf34a01e5f7867d5eac9b3caa6c2b069a4e /Documentation | |
parent | 786292a0fca78405d56afb3f97a88f17f1c4bd32 (diff) |
doc/releases/4.22: Replace unicode chars with ASCII
Change-Id: I0b8419a8ad01d711362733e02ace89c48d2893b2
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79232
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/releases/coreboot-4.22-relnotes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/releases/coreboot-4.22-relnotes.md b/Documentation/releases/coreboot-4.22-relnotes.md index ff978c2cf2..4cd0991ad4 100644 --- a/Documentation/releases/coreboot-4.22-relnotes.md +++ b/Documentation/releases/coreboot-4.22-relnotes.md @@ -29,14 +29,14 @@ name scheme. For future releases, coreboot is switching to a Year.Month.Sub-version naming scheme. As such, the next release, scheduled for February of 2024 will be numbered 24.02, with the sub-version of 00 implied. If we need to do a fix or future release of -the 24.02 release, we’ll append the values .01, .02 and so on to the +the 24.02 release, we'll append the values .01, .02 and so on to the initial release value. ### coreboot default branch update Immediately after the 4.21 release, the coreboot project changed the -default git branch from ‘master’ to ‘main’. For the first couple of +default git branch from 'master' to 'main'. For the first couple of months after the change, The master branch was synced with the main branch several times a day, allowing people time to update any scripts. As of 2023-11-01, the sync rate has slowed to once a week. This will @@ -166,7 +166,7 @@ GPU drivers will fail to load with a code 43 error in Device Manager. Additional coreboot changes --------------------------- -* Move all ‘select’ statements from Kconfig.name files to Kconfig +* Move all 'select' statements from Kconfig.name files to Kconfig * acpigen now generates variable-length PkgLength fields instead of a fixed 3-byte size to improve compatibility and to bring it in line with IASL |