Skip to content

Commit

Permalink
doc/releases/4.22: Replace unicode chars with ASCII
Browse files Browse the repository at this point in the history
Change-Id: I0b8419a8ad01d711362733e02ace89c48d2893b2
Signed-off-by: Felix Singer <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79232
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Nicholas Chin <[email protected]>
  • Loading branch information
felixsinger authored and Felix Singer committed Nov 26, 2023
1 parent 786292a commit 0b82a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/releases/coreboot-4.22-relnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, well 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0b82a2e

Please sign in to comment.