aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2020-03-18 14:48:40 -0700
committerMarge Bot <[email protected]>2020-03-18 22:47:06 +0000
commit0c5aab626bb52670267381383c823f4fb204b3d8 (patch)
treee1c82555341760b97646d68d90b2531c63c27907
parent3c572fa571f7911a316ad9ef4697c65270c0d7e1 (diff)
docs: update calendar, add news item, and link releases notes for 20.0.2
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236>
-rw-r--r--docs/index.html2
-rw-r--r--docs/release-calendar.html8
-rw-r--r--docs/relnotes.html1
3 files changed, 4 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html
index 3992d4752b2..bef5910b76e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16,6 +16,8 @@
<h1>News</h1>
+<h2>March 18, 2020</h2>
+<p><a href="relnotes/20.0.2.html">Mesa 20.0.2</a> is released. This is a bug fix release.</p>
<h2>March 9, 2020</h2>
<p><a href="relnotes/19.3.5.html">Mesa 19.3.5</a> is released. This is a bug fix release, and the final 19.3.x release. Users are encouraged to migrate to 20.0.x in order to obtain future fixes.</p>
<h2>March 5, 2020</h2>
diff --git a/docs/release-calendar.html b/docs/release-calendar.html
index 6543a299440..6394ff2b77b 100644
--- a/docs/release-calendar.html
+++ b/docs/release-calendar.html
@@ -59,13 +59,7 @@ if you'd like to nominate a patch in the next stable release.
<th>Notes</th>
</tr>
<tr>
-<td rowspan="3">20.0</td>
-<td>2020-03-18</td>
-<td>20.0.2</td>
-<td>Dylan Baker</td>
-<td></td>
-</tr>
-<tr>
+<td rowspan="2">20.0</td>
<td>2020-04-01</td>
<td>20.0.3</td>
<td>Dylan Baker</td>
diff --git a/docs/relnotes.html b/docs/relnotes.html
index feb39389519..3806447d199 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -21,6 +21,7 @@ The release notes summarize what's new or changed in each Mesa release.
</p>
<ul>
+<li><a href="relnotes/20.0.2.html">20.0.2 release notes</a></li>
<li><a href="relnotes/19.3.5.html">19.3.5 release notes</a></li>
<li><a href="relnotes/20.0.1.html">20.0.1 release notes</a></li>
<li><a href="relnotes/20.0.0.html">20.0.0 release notes</a></li>