diff options
author | Jason Glenesk <jason.glenesk@gmail.com> | 2024-08-22 14:25:13 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-23 19:35:16 +0000 |
commit | 22d486dbf22f56d8c6aaa3b8377364be9c664533 (patch) | |
tree | 0661ff570f2caf958e181565e539504fa09db8a3 /Documentation/releases | |
parent | 66f1246c0ffd78885b5df9c35e099c5dd79d3ce6 (diff) |
Documentation/releases: Add 24.11 release notes template
In preparation for the upcoming release, add the template for the
24.11 release and update index.md.
Change-Id: I1e524f1db0090bf8815b08315f9cbc9894965af7
Signed-off-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84036
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases')
-rw-r--r-- | Documentation/releases/coreboot-24.11-relnotes.md | 95 | ||||
-rw-r--r-- | Documentation/releases/index.md | 3 |
2 files changed, 97 insertions, 1 deletions
diff --git a/Documentation/releases/coreboot-24.11-relnotes.md b/Documentation/releases/coreboot-24.11-relnotes.md new file mode 100644 index 0000000000..c957d50daf --- /dev/null +++ b/Documentation/releases/coreboot-24.11-relnotes.md @@ -0,0 +1,95 @@ +Upcoming release - coreboot 24.11 +======================================================================== + +The 24.11 release is scheduled for Mid November, 2024 + + +Update this document with changes that should be in the release notes. + +* Please use Markdown. +* See the past few release notes for the general format. +* The chip and board additions and removals will be updated right + before the release, so those do not need to be added. +* Note that all changes before the release are done are marked upcoming. + A final version of the notes are done after the release. + + + +Significant or interesting changes +---------------------------------- + +* Add changes that need a full description here + +* This section should have full descriptions and can or should have + a link to the referenced commits. + + + +Additional coreboot changes +--------------------------- + +The following are changes across a number of patches, or changes worth +noting, but not needing a full description. + +* Changes that only need a line or two of description go here. + + + +Changes to external resources +----------------------------- + +### Toolchain updates + + +### Git submodule pointers + + +### External payloads + + + +Platform Updates +---------------- + +### Added mainboards: +* To be filled in immediately before the release by the release team + + +### Removed Mainboards +* To be filled in immediately before the release by the release team + + +### Updated SoCs +* To be filled in immediately before the release by the release team + + + +Plans to move platform support to a branch +------------------------------------------ +* To be filled in immediately before the release by the release team + + + +Statistics from the 24.08 to the 24.11 release +-------------------------------------------- +* To be filled in immediately before the release by the release team + + + +Significant Known and Open Issues +--------------------------------- + +Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +* To be filled in immediately before the release by the release team + + + +coreboot Links and Contact Information +-------------------------------------- + +* Main Web site: https://www.coreboot.org +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index cbf487b49d..f474514375 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -6,7 +6,7 @@ Please add to the release notes as changes are added: ```{toctree} :maxdepth: 1 -24.08 - August 2024 <coreboot-24.08-relnotes.md> +24.11 - November 2024 <coreboot-24.11-relnotes.md> ``` The [checklist] contains instructions to ensure that a release covers all @@ -22,6 +22,7 @@ important is taken care of. ```{toctree} :maxdepth: 1 +24.08 - August 2024 <coreboot-24.08-relnotes.md> 24.05 - May 2024 <coreboot-24.05-relnotes.md> 24.02 - February 2024 <coreboot-24.02-relnotes.md> 4.22 - November 2023 <coreboot-4.22-relnotes.md> |