Module: Mesa Branch: master Commit: 72011f7a7bb3e9e45a067506555930792bf27889 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72011f7a7bb3e9e45a067506555930792bf27889
Author: Emil Velikov <[email protected]> Date: Thu Jun 1 11:46:39 2017 +0100 docs: update calendar, add news item and link release notes for 17.0.7 Signed-off-by: Emil Velikov <[email protected]> --- docs/index.html | 10 ++++++++++ docs/release-calendar.html | 7 ------- docs/relnotes.html | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2eaeab61d3..88c343a7e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,16 @@ <h1>News</h1> +<h2>June 1, 2017</h2> +<p> +<a href="relnotes/17.0.7.html">Mesa 17.0.7</a> is released. +This is a bug-fix release. +<br> +NOTE: It is anticipated that 17.0.7 will be the final release in the 17.0 +series. Users of 17.0 are encouraged to migrate to the 17.1 series in order +to obtain future fixes. +</p> + <h2>May 25, 2017</h2> <p> <a href="relnotes/17.1.1.html">Mesa 17.1.1</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 730cff8921..46f0738f4d 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -39,13 +39,6 @@ if you'd like to nominate a patch in the next stable release. <th>Notes</th> </tr> <tr> -<td>17.0</td> -<td>2017-05-26</td> -<td>17.0.7</td> -<td>Emil Velikov</td> -<td>Final planned release for the 17.0 series</td> -</tr> -<tr> <td rowspan="7">17.1</td> <td>2017-06-02</td> <td>17.1.2</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index ba3aabdccf..4d9b34f1a7 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.0.7.html">17.0.7 release notes</a> <li><a href="relnotes/17.1.1.html">17.1.1 release notes</a> <li><a href="relnotes/17.0.6.html">17.0.6 release notes</a> <li><a href="relnotes/17.1.0.html">17.1.0 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
