Module: Mesa Branch: master Commit: ca7e31fd07a5cce9f708a48964aacf9966f912fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca7e31fd07a5cce9f708a48964aacf9966f912fa
Author: Andres Gomez <[email protected]> Date: Mon Aug 21 18:34:42 2017 +0300 docs: update calendar, add news item and link release notes for 17.1.7 Signed-off-by: Andres Gomez <[email protected]> --- docs/index.html | 6 ++++++ docs/release-calendar.html | 7 +------ docs/relnotes.html | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index bde1ceb742..e8dcb197ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,12 @@ <h1>News</h1> +<h2>August 21, 2017</h2> +<p> +<a href="relnotes/17.1.7.html">Mesa 17.1.7</a> is released. +This is a bug-fix release. +</p> + <h2>August 7, 2017</h2> <p> <a href="relnotes/17.1.6.html">Mesa 17.1.6</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index f93af8e1b0..93c02dafe9 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -38,13 +38,8 @@ if you'd like to nominate a patch in the next stable release. <th>Release manager</th> <th>Notes</th> </tr> -<td rowspan="2">17.1</td> -<td>2017-08-11</td> -<td>17.1.7</td> -<td>Juan A. Suarez Romero</td> -<td></td> -</tr> <tr> +<td>17.1</td> <td>2017-08-25</td> <td>17.1.8</td> <td>Andres Gomez</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index 78d01bb028..acce2ec9a8 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.1.7.html">17.1.7 release notes</a> <li><a href="relnotes/17.1.6.html">17.1.6 release notes</a> <li><a href="relnotes/17.1.5.html">17.1.5 release notes</a> <li><a href="relnotes/17.1.4.html">17.1.4 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
