diff options
author | Patrick Georgi <pgeorgi@google.com> | 2019-01-28 17:54:35 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-28 23:22:09 +0000 |
commit | 619f2b102dfa107f52f384784fa7d931217761e5 (patch) | |
tree | 3bc299a97f885d420d2bae492900a050da25431a | |
parent | de3ace06290d8625b5f54cae25deca682f773698 (diff) | |
download | coreboot-619f2b102dfa107f52f384784fa7d931217761e5.tar.xz |
Documentation: Fix up list of releases
4.9 was still marked as "upcoming" and 4.10 was missing altogether,
leading to a sphinx warning.
Change-Id: I008d546715b7841eb9f325a6f698380dd4c1a7c2
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/31126
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | Documentation/releases/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 4571d12834..ccbd6fe130 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -9,6 +9,7 @@ Release notes for previous releases * [4.6 - April 2017](coreboot-4.6-relnotes.md) * [4.7 - January 2018](coreboot-4.7-relnotes.md) * [4.8 - May 2018](coreboot-4.8.1-relnotes.md) +* [4.9 - December 2018](coreboot-4.9-relnotes.md) The checklist contains instructions to ensure that a release covers all important things and provides a reliable format for tarballs, branch @@ -20,4 +21,4 @@ Upcoming release ---------------- Please add to the release notes as changes are added: -* [4.9 - November 2018](coreboot-4.9-relnotes.md) +* [4.10 - April 2019](coreboot-4.10-relnotes.md) |