diff options
author | Dylan Baker <[email protected]> | 2018-09-07 10:19:33 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-09-07 10:19:33 -0700 |
commit | aa4386ebfed6a76badae9e1ecf783a372375f072 (patch) | |
tree | 3b07eb6a09ef6191e8e8d605676f70a425c22500 | |
parent | d514f556114a6f69c02a7fc5fd6befa0c5079390 (diff) |
docs: update calendar, add news item and link release notes for X.Y.Z
Signed-off-by: Dylan Baker <[email protected]>
-rw-r--r-- | docs/index.html | 6 | ||||
-rw-r--r-- | docs/release-calendar.html | 8 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 16e96e17de4..cda64f0bd8b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,12 @@ <div class="content"> <h1>News</h1> +<h2>September 7, 2018</h2> +<p> +<a href="relnotes/18.1.8.html">Mesa 18.1.8</a> is released. +This is a bug-fix release. +</p> + <h2>August 24, 2018</h2> <p> <a href="relnotes/18.1.7.html">Mesa 18.1.7</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 2e32222bb8a..b9a2ceb023b 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -39,13 +39,7 @@ if you'd like to nominate a patch in the next stable release. <th>Notes</th> </tr> <tr> -<td rowspan="2">18.1</td> -<td>2018-09-07</td> -<td>18.1.8</td> -<td>Dylan Baker</td> -<td></td> -</tr> -<tr> +<td rowspan="1">18.1</td> <td>2018-09-21</td> <td>18.1.9</td> <td>Dylan Baker</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index 1cccedfe029..553eb9ab050 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/18.1.8.html">18.1.8 release notes</a> <li><a href="relnotes/18.1.7.html">18.1.7 release notes</a> <li><a href="relnotes/18.1.6.html">18.1.6 release notes</a> <li><a href="relnotes/18.1.5.html">18.1.5 release notes</a> |