Module: Mesa Branch: master Commit: aa4386ebfed6a76badae9e1ecf783a372375f072 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa4386ebfed6a76badae9e1ecf783a372375f072
Author: Dylan Baker <[email protected]> Date: Fri Sep 7 10:19:33 2018 -0700 docs: update calendar, add news item and link release notes for X.Y.Z Signed-off-by: Dylan Baker <[email protected]> --- docs/index.html | 6 ++++++ docs/release-calendar.html | 8 +------- docs/relnotes.html | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 16e96e17de..cda64f0bd8 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 2e32222bb8..b9a2ceb023 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 1cccedfe02..553eb9ab05 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> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
