Module: Mesa Branch: master Commit: e8a60e5d50622af558301873de6bd4551ffdc0e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8a60e5d50622af558301873de6bd4551ffdc0e3
Author: Dylan Baker <[email protected]> Date: Wed Jun 5 16:42:36 2019 -0700 docs: update calendar, and news item and link release notes for 19.0.6 --- docs/index.html | 6 ++++++ docs/release-calendar.html | 4 ++-- docs/relnotes.html | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index f444f13d6bb..d32a04e13cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,12 @@ <div class="content"> <h1>News</h1> +<h2>June 5, 2019</h2> +<p> +<a href="relnotes/19.0.6.html">Mesa 19.0.6</a> is released. +This is a bug-fix release. +</p> + <h2>May 21, 2019</h2> <p> <a href="relnotes/19.0.5.html">Mesa 19.0.5</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 70ed0112576..076f6415d5e 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -61,8 +61,8 @@ if you'd like to nominate a patch in the next stable release. </tr> <tr> <td rowspan="1">19.0</td> -<td>2019-06-04</td> -<td>19.0.6</td> +<td>2019-06-19</td> +<td>19.0.7</td> <td>Dylan Baker</td> <td>Last planned 19.0.x release</td> </tr> diff --git a/docs/relnotes.html b/docs/relnotes.html index 1c2ea8341f4..9b1132fa297 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/19.0.6.html">19.0.6 release notes</a> <li><a href="relnotes/19.0.5.html">19.0.5 release notes</a> <li><a href="relnotes/19.0.4.html">19.0.4 release notes</a> <li><a href="relnotes/19.0.3.html">19.0.3 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
