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>
This commit is contained in:
parent
2731fa619b
commit
c0461f4a51
|
@ -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
|
These notes cover the latest updates and improvements to coreboot over
|
||||||
the past three months. A big thank you to the returning contributors as
|
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.
|
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
|
### coreboot version naming update
|
||||||
|
|
||||||
This release is the last release to use the incrementing 4.xx release
|
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
|
Statistics from the 4.21 to the 4.22 release
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
* Total Commits: 885
|
* Total Commits: 977
|
||||||
* Average Commits per day: 10.72
|
* Average Commits per day: 10.98
|
||||||
* Total lines added: 58276
|
* Total lines added: 62993
|
||||||
* Average lines added per commit: 65.85
|
* Average lines added per commit: 64.48
|
||||||
* Number of patches adding more than 100 lines: 54
|
* Number of patches adding more than 100 lines: 60
|
||||||
* Average lines added per small commit: 37.77
|
* Average lines added per small commit: 37.55
|
||||||
* Total lines removed: 27790
|
* Total lines removed: 30042
|
||||||
* Average lines removed per commit: 31.40
|
* Average lines removed per commit: 30.75
|
||||||
* Total difference between added and removed: 30486
|
* Total difference between added and removed: 32951
|
||||||
* Total authors: 135
|
* Total authors: 135
|
||||||
* New authors: 14
|
* New authors: 14
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue