Skip to content

Commit

Permalink
Docs/releases: Finalize 4.22/4.22.01 release notes
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Iae9653a275fcc1d11efbb88e12676f332be0a5dc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79147
Reviewed-by: Felix Singer <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
  • Loading branch information
martinlroth committed Nov 25, 2023
1 parent 2731fa6 commit c0461f4
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions Documentation/releases/coreboot-4.22-relnotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c0461f4

Please sign in to comment.