Module: Mesa Branch: master Commit: 86a82b6af99036380523b13314d8b2cd52887c90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86a82b6af99036380523b13314d8b2cd52887c90
Author: Juan A. Suarez Romero <[email protected]> Date: Mon Oct 2 17:47:41 2017 +0200 docs: update calendar, add news item and link release notes for 17.2.2 Signed-off-by: Juan A. Suarez Romero <[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 e4a174779c..2405dc2648 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,12 @@ <h1>News</h1> +<h2>October 2, 2017</h2> +<p> +<a href="relnotes/17.2.2.html">Mesa 17.2.2</a> is released. +This is a bug-fix release. +</p> + <h2>September 25, 2017</h2> <p> <a href="relnotes/17.1.10.html">Mesa 17.1.10</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index bdea86bb1e..99558b254e 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="6">17.2</td> -<td>2017-09-29</td> -<td>17.2.2</td> -<td>Juan A. Suarez Romero</td> -<td></td> -</tr> -<tr> +<td rowspan="5">17.2</td> <td>2017-10-13</td> <td>17.2.3</td> <td>Emil Velikov</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index 50a7cb52a0..e26f14d12d 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.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> <li><a href="relnotes/17.1.9.html">17.1.9 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
