diff options
author | Martin Roth <gaumless@gmail.com> | 2023-11-18 19:58:05 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-11-25 03:05:11 +0000 |
commit | c0461f4a5174511a7c2fcd98055acbd1a3870165 (patch) | |
tree | d3dec592e5b4b49f1f03ea157e981168ce650a31 | |
parent | 2731fa619bdeb80c263ea607d547c99a9cd7b1ac (diff) |
Docs/releases: Finalize 4.22/4.22.01 release notes
Now that the 4.22 release tag has been added to git, update the release
notes with the final statistics and wording.
We also decided to add a fix submitted immediately after the 4.22
release was tagged into the release package and do a point release.
This also adds an expected date for the next release
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Iae9653a275fcc1d11efbb88e12676f332be0a5dc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79147
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/releases/coreboot-4.22-relnotes.md | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/Documentation/releases/coreboot-4.22-relnotes.md b/Documentation/releases/coreboot-4.22-relnotes.md index e32607a93c..ff978c2cf2 100644 --- a/Documentation/releases/coreboot-4.22-relnotes.md +++ b/Documentation/releases/coreboot-4.22-relnotes.md @@ -1,7 +1,7 @@ -Upcoming release - coreboot 4.22 +coreboot 4.22 & 4.22.01 releases ======================================================================== -The next release is planned for mid-February, 2024 +The next release is planned for the 19th of February, 2024 These notes cover the latest updates and improvements to coreboot over the past three months. A big thank you to the returning contributors as @@ -11,6 +11,17 @@ releases, this one reflects a commitment to open source innovation, security enhancements, and expanding hardware support. +### 4.22.01 release + +The week between tagging a release and announcing it publicly is used +to test the tagged version and make sure everything is working as we +expect. This is done instead of freezing the tree and doing release +candidates before the release. + +For the 4.22 release cycle we found an uninitialized variable error on +the sandybridge/ivybridge platforms and rolled that into the 4.22.01 +release package. + ### coreboot version naming update This release is the last release to use the incrementing 4.xx release @@ -235,15 +246,15 @@ Platform Updates Statistics from the 4.21 to the 4.22 release -------------------------------------------- -* Total Commits: 885 -* Average Commits per day: 10.72 -* Total lines added: 58276 -* Average lines added per commit: 65.85 -* Number of patches adding more than 100 lines: 54 -* Average lines added per small commit: 37.77 -* Total lines removed: 27790 -* Average lines removed per commit: 31.40 -* Total difference between added and removed: 30486 +* Total Commits: 977 +* Average Commits per day: 10.98 +* Total lines added: 62993 +* Average lines added per commit: 64.48 +* Number of patches adding more than 100 lines: 60 +* Average lines added per small commit: 37.55 +* Total lines removed: 30042 +* Average lines removed per commit: 30.75 +* Total difference between added and removed: 32951 * Total authors: 135 * New authors: 14 |