Module: Mesa Branch: master Commit: 666a5a22305c3db027cfab900496688493f19653 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=666a5a22305c3db027cfab900496688493f19653
Author: Dylan Baker <[email protected]> Date: Wed Sep 25 10:40:00 2019 -0700 docs: update calendar, add news item, and link release notes for 19.2.0 --- docs/index.html | 7 +++++++ docs/release-calendar.html | 23 +++++++++++++++++++---- docs/relnotes.html | 1 + docs/relnotes/19.2.0.html | 2 +- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 127018799f7..b60b5497a26 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,13 @@ <h1>News</h1> +<h2>September 25, 2019</h2> +<p> +<a href="relnotes/19.2.0.html">Mesa 19.2.0</a> is released. +This is a new development release. See the release notes for more +information about this release +</p> + <h2>September 17, 2019</h2> <p> <a href="relnotes/19.1.7.html">Mesa 19.1.7</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 48aa16b78b7..8df86f44e94 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -67,11 +67,26 @@ if you'd like to nominate a patch in the next stable release. <td>Last planned 19.1.x release</td> </tr> <tr> -<td rowspan="1">19.2</td> -<td>2019-09-18</td> -<td>19.2.0-rc4</td> +<td rowspan="4">19.2</td> +<td>2019-10-09</td> +<td>19.2.1</td> <td>Dylan Baker</td> -<td>Last planned RC/Final release</td> +</tr> +<tr> +<td>2019-10-23</td> +<td>19.2.2</td> +<td>Dylan Baker</td> +</tr> +<tr> +<td>2019-11-13</td> +<td>19.2.2</td> +<td>Dylan Baker</td> +</tr> +<tr> +<td>2019-11-27</td> +<td>19.2.2</td> +<td>Dylan Baker</td> +<td>Last planned 19.2.x release</td> </tr> <tr> <td rowspan="4">19.3</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index f813b8ff4e3..0a116a1fa7b 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.2.0.html">19.2.0 release notes</a> <li><a href="relnotes/19.1.7.html">19.1.7 release notes</a> <li><a href="relnotes/19.1.6.html">19.1.6 release notes</a> <li><a href="relnotes/19.1.5.html">19.1.5 release notes</a> diff --git a/docs/relnotes/19.2.0.html b/docs/relnotes/19.2.0.html index cda21b3944c..4ad4e432e9c 100644 --- a/docs/relnotes/19.2.0.html +++ b/docs/relnotes/19.2.0.html @@ -14,7 +14,7 @@ <iframe src="../contents.html"></iframe> <div class="content"> -<h1>Mesa 19.2.0 Release Notes / TBD</h1> +<h1>Mesa 19.2.0 Release Notes / 2019.09.25</h1> <p> Mesa 19.2.0 is a new development release. People who are concerned _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
