diff options
author | Julien Cristau <[email protected]> | 2007-08-09 11:25:42 +0200 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2007-08-09 11:25:42 +0200 |
commit | 43e6260ed061f915b2c631643c2a303015f2f044 (patch) | |
tree | b34d680b6850bafeabc57a688413cb8bbee34c32 /docs | |
parent | c6728df4a3d8d5bc04626e57f6c0ec40d60ab1c7 (diff) | |
parent | ae16a51e95f8d0e4e354f28885c13a3bbe66b270 (diff) |
Merge tag 'mesa_7_0_1' into debian-experimental
Diffstat (limited to 'docs')
-rw-r--r-- | docs/download.html | 2 | ||||
-rw-r--r-- | docs/news.html | 7 | ||||
-rw-r--r-- | docs/relnotes-7.0.1.html | 6 |
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/download.html b/docs/download.html index 90f566351e8..5c3989ef8c8 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,7 +9,7 @@ <H1>Downloading</H1> <p> -Last stable release: <b>7.0</b> +Last stable release: <b>7.0.1</b> </p> <p> diff --git a/docs/news.html b/docs/news.html index 58aca318587..1f66d4e7cf1 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,13 @@ <H1>News</H1> +<h2>August 3, 2007</h2> +<p> +<a href="relnotes-7.0.html">Mesa 7.0.1</a> is released. +This is a bug-fix release. +</p> + + <h2>June 22, 2007</h2> <p> <a href="relnotes-7.0.html">Mesa 7.0</a> is released. diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index 70899ff9da7..47ee162ec28 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -8,7 +8,7 @@ <body bgcolor="#eeeeee"> -<H1>Mesa 7.0.1 Release Notes / July ??, 2007</H1> +<H1>Mesa 7.0.1 Release Notes / August 3, 2007</H1> <p> Mesa 7.0.1 is a stable release with bug fixes since version 7.0. @@ -22,6 +22,7 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. <h2>New features</h2> <ul> +<li>Added a bluegene-osmesa build config </ul> <h2>Bug fixes</h2> @@ -45,6 +46,9 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. the terminating zero (bug 11588) <li>glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly <li>Fixed a GLSL function call bug (#11731) +<li>glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug 11754) +<li>glGetAttribLocation() always returned 1 (bug 11774) +<li>Fixed a few memory-related bugs in GLU library </ul> |