diff options
-rw-r--r-- | docs/index.html | 13 | ||||
-rw-r--r-- | docs/relnotes.html | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 01fc5518b5b..e10687850ab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,19 @@ <h1>News</h1> +<h2>July 8, 2016</h2> +<p> +<a href="relnotes/12.0.1.html">Mesa 12.0.1</a> is released. +This is a bug-fix release, resolving build issues in the r600 and +radeonsi drivers. +</p> + +<p> +<a href="relnotes/12.0.0.html">Mesa 12.0.0</a> is released. This is a +new development release. See the release notes for more information +about the release. +</p> + <h2>May 9, 2016</h2> <p> <a href="relnotes/11.1.4.html">Mesa 11.1.4</a> and diff --git a/docs/relnotes.html b/docs/relnotes.html index 6830d057d80..0e4c45451d7 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -21,6 +21,8 @@ The release notes summarize what's new or changed in each Mesa release. </p> <ul> +<li><a href="relnotes/12.0.1.html">12.0.1 release notes</a> +<li><a href="relnotes/12.0.0.html">12.0.0 release notes</a> <li><a href="relnotes/11.2.2.html">11.2.2 release notes</a> <li><a href="relnotes/11.1.4.html">11.1.4 release notes</a> <li><a href="relnotes/11.2.1.html">11.2.1 release notes</a> |