diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:15 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:29 -0600 |
commit | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (patch) | |
tree | 440bfc7f7b362c6fd1462a4ea21734346027c299 /docs/relnotes-6.4.1.html | |
parent | ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 (diff) |
docs: escape special html chars
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes-6.4.1.html')
-rw-r--r-- | docs/relnotes-6.4.1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes-6.4.1.html b/docs/relnotes-6.4.1.html index 3d6ff1c4fe4..c4451f84f17 100644 --- a/docs/relnotes-6.4.1.html +++ b/docs/relnotes-6.4.1.html @@ -37,7 +37,7 @@ bd003bb4f981a4f91dee4c38644d4f3f MesaGLUT-6.4.1.tar.bz2 <li>fragment program fog option didn't work with glDrawPixels, glBitmap <li>USE_MGL_NAMESPACE didn't work for x86-64 <li>OSMesa demos were missing from previous release tarballs -<li>fixed problem with float->ushort conversion in glClear (bug 4992) +<li>fixed problem with float->ushort conversion in glClear (bug 4992) <li>popping of GL_EYE_PLANE texgen state was broken (bug 4996) <li>popping of GL_SPOT_DIRECTION light state was broken (bug 5005) <li>fixed occasional triangle color interpolation problem on VMS |