Module: Mesa Branch: master Commit: 8b10bf273d087fd648a4d622174b4b81c7e4a7bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b10bf273d087fd648a4d622174b4b81c7e4a7bb
Author: Andres Gomez <[email protected]> Date: Sat Apr 1 18:51:40 2017 +0300 docs: add news item and link release notes for 17.0.1 Signed-off-by: Andres Gomez <[email protected]> --- docs/index.html | 6 ++++++ docs/relnotes.html | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/index.html b/docs/index.html index da1ab603c9..40c9e5a406 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,12 @@ <h1>News</h1> +<h2>April 1, 2017</h2> +<p> +<a href="relnotes/17.0.3.html">Mesa 17.0.3</a> is released. +This is a bug-fix release. +</p> + <h2>March 20, 2017</h2> <p> <a href="relnotes/13.0.6.html">Mesa 13.0.6</a> and diff --git a/docs/relnotes.html b/docs/relnotes.html index 31e68021ae..c063223da7 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.3.html">17.0.3 release notes</a> <li><a href="relnotes/17.0.2.html">17.0.2 release notes</a> <li><a href="relnotes/13.0.6.html">13.0.6 release notes</a> <li><a href="relnotes/17.0.1.html">17.0.1 release notes</a> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
