summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-05 14:53:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-05 14:53:25 +0000
commit6c57b379a41615d148ba20b4f3ce083882475730 (patch)
tree8bf53725ef618daf9a80304ced8b287d1781467e /docs
parent1ac73bc993ea4dd90929b6fdf3647fd7a8385fe5 (diff)
misc updates
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes.html1
-rw-r--r--docs/thanks.html6
-rw-r--r--docs/utilities.html6
3 files changed, 9 insertions, 4 deletions
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 19e38d0b8a5..bf348232a63 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -11,6 +11,7 @@ The release notes summarize what's new or changed in each Mesa release.
</p>
<UL>
+<LI><A HREF="RELNOTES-5.0.2">RELNOTES-5.0.2</A>
<LI><A HREF="RELNOTES-5.0.1">RELNOTES-5.0.1</A>
<LI><A HREF="RELNOTES-5.0">RELNOTES-5.0</A>
<LI><A HREF="RELNOTES-4.1">RELNOTES-4.1</A>
diff --git a/docs/thanks.html b/docs/thanks.html
index b6698531715..8ed3dbc9963 100644
--- a/docs/thanks.html
+++ b/docs/thanks.html
@@ -51,7 +51,7 @@ in Mesa.
<li><b>Charlie Wallace</b> wrote the MS-DOS driver.
-<li><b>CJ Beyer</b> is the www.mesa3d.org webmaster.
+<li><b>CJ Beyer</b> was the www.mesa3d.org webmaster.
<li><b>Darren Abbott</b> provided the OS/2 driver.
@@ -78,7 +78,7 @@ accelerates vertex transformation in Mesa 3.x.
<li><b>Jouk Jansen</b> contributed and continues to maintain the VMS
support.
-<li>Karl Schultz has been maintaining the Windows driver.
+<li><b>Karl Schultz</b> has been maintaining the Windows driver.
<li><b>Keith Whitwell</b> has made extension contributions to Mesa
since 1999.
@@ -91,7 +91,7 @@ software rasterizer.
<li><b>Mark Kilgard</b> contributed antialiased line improvements and
several extensions.
-<li>Michael Pichler contributed <em>many</em> bug fixes
+<li><b>Michael Pichler</b> contributed <em>many</em> bug fixes
<li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver.
diff --git a/docs/utilities.html b/docs/utilities.html
index f8dbc977fdd..db2febae8e9 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -9,11 +9,15 @@
<ul>
<li>The Mesa distribution includes several utility routines in the
-util/ directory
+progs/util/ directory
<li>Allen Akin's <a href="http://glean.sourceforge.net/"
target="_parent">glean</a> is a framework for OpenGL testing.
+<li><a href="http://developer.kde.org/~sewardj/"
+target="_parent">Valgrind</a> is a very useful tool for tracking down
+memory-related problems in your code.
+
</ul>
</body>