diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-03 13:39:09 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-03 13:39:09 -0600 |
commit | ae16a51e95f8d0e4e354f28885c13a3bbe66b270 (patch) | |
tree | 737f63237ca6ff6f05db4e5b8922322e9cf6682e | |
parent | 4398d675463ecd37babecf61bd61f2d7adedca8e (diff) |
added GLU bug fixesmesa_7_0_1
-rw-r--r-- | docs/relnotes-7.0.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index 79e08ecbd5..47ee162ec2 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -48,6 +48,7 @@ the terminating zero (bug 11588) <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> |