Module: Mesa Branch: master Commit: a6c55243b9266d3e63d2ebd2e568990bbe493596 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6c55243b9266d3e63d2ebd2e568990bbe493596
Author: Emil Velikov <[email protected]> Date: Thu Oct 19 13:31:39 2017 +0100 docs: update calendar, add news item and link release notes for 17.2.3 Signed-off-by: Emil Velikov <[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 2405dc2648..27e7140ca6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,12 @@ <h1>News</h1> +<h2>October 19, 2017</h2> +<p> +<a href="relnotes/17.2.3.html">Mesa 17.2.3</a> is released. +This is a bug-fix release. +</p> + <h2>October 2, 2017</h2> <p> <a href="relnotes/17.2.2.html">Mesa 17.2.2</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 99558b254e..d6cec1663b 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="5">17.2</td> -<td>2017-10-13</td> -<td>17.2.3</td> -<td>Emil Velikov</td> -<td></td> -</tr> -<tr> +<td rowspan="4">17.2</td> <td>2017-10-27</td> <td>17.2.4</td> <td>Andres Gomez</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index e26f14d12d..1aaf23312d 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/17.2.3.html">17.2.3 release notes</a> <li><a href="relnotes/17.2.2.html">17.2.2 release notes</a> <li><a href="relnotes/17.1.10.html">17.1.10 release notes</a> <li><a href="relnotes/17.2.1.html">17.2.1 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
