summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/download.html4
-rw-r--r--docs/news.html7
-rw-r--r--docs/relnotes-7.2.html7
3 files changed, 15 insertions, 3 deletions
diff --git a/docs/download.html b/docs/download.html
index 2d587f35f9f..04f21855c05 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -9,9 +9,9 @@
<H1>Downloading</H1>
<p>
-Current development release: <b>7.1</b>
+Current stable release: <b>7.2</b>
<br>
-Last stable release: <b>7.0.4</b>
+Current development: Mesa git/master
</p>
<p>
diff --git a/docs/news.html b/docs/news.html
index c89c96a7fa2..4bc5087aff9 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,13 @@
<H1>News</H1>
+<h2>September 15, 2008</h2>
+<p>
+<a href="relnotes-7.2.html">Mesa 7.2</a> is released.
+This is stable, bug-fix release.
+</p>
+
+
<h2>August 26, 2008</h2>
<p>
<a href="relnotes-7.1.html">Mesa 7.1</a> is released.
diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html
index 01609f97779..d3ae7dba388 100644
--- a/docs/relnotes-7.2.html
+++ b/docs/relnotes-7.2.html
@@ -14,7 +14,12 @@
Mesa 7.2 is a stable release fixing bugs found in 7.1, which was a
new development release.
</p>
-</>
+<p>
+Mesa 7.2 implements the OpenGL 2.1 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 2.1.
+</p>
+<p>
Note that this version of Mesa does not use the GEM memory manager.
The master branch of git uses GEM.
The prototype DRI2 code that was in 7.1 has also been removed.