diff options
author | Dylan Baker <[email protected]> | 2019-06-26 13:48:06 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-06-26 13:48:06 -0700 |
commit | f97dcb7a55bac650e55bb58182d0af16ba384305 (patch) | |
tree | 39db5a0a0e88c3a5918731b650930c72645afbb6 | |
parent | 290495a4318d8e4459d45f65937a8c7516c8d09a (diff) |
docs: add news item and link release notes for 19.0.8
This is an emergency release due to a critical bug.
-rw-r--r-- | docs/index.html | 9 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index e0012957b46..e6b63bb352c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,11 +15,20 @@ <div class="content"> <h1>News</h1> + +<h2>June 26, 2019</h2> +<p> +<a href="relnotes/19.0.8.html">Mesa 19.0.8</a> is released. +This is an emergency bug fix release. Users of 19.0.7 should updated to 19.0.8 +or 19.1.1 immediately. +</p> + <h2>June 25, 2019</h2> <p> <a href="relnotes/19.1.1.html">Mesa 19.1.1</a> is released. This is a bug-fix release. </p> + <h2>June 24, 2019</h2> <p> <a href="relnotes/19.0.7.html">Mesa 19.0.7</a> is released. diff --git a/docs/relnotes.html b/docs/relnotes.html index 34f8a2aea64..8a258d5c9ef 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.8.html">19.0.8 release notes</a> <li><a href="relnotes/19.1.1.html">19.1.1 release notes</a> <li><a href="relnotes/19.0.7.html">19.0.7 release notes</a> <li><a href="relnotes/19.1.0.html">19.1.0 release notes</a> |