diff options
author | Brian Paul <[email protected]> | 2001-11-18 23:25:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-18 23:25:35 +0000 |
commit | 7ed97d4ef4def40328d9f7ad9b8c0b5875aa866e (patch) | |
tree | 4533224e8d0936de11e54aea3faad9f2ea2c7c0c /docs/VERSIONS | |
parent | 267b9cc082d867641971fcdee78717960970b222 (diff) |
added latest bug fixes for 4.0.1
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 6efa879efdf..56b63fc6053 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.73.2.6 2001/11/15 19:50:24 brianp Exp $ +$Id: VERSIONS,v 1.73.2.7 2001/11/18 23:25:35 brianp Exp $ Mesa Version History @@ -912,3 +912,5 @@ Mesa Version History - added GL 1.3 and GLX 1.4 entries to gl_mangle.h and glx_mangle.h - fixed glu.h typedef problem found with MSDev 6.0 - build libGL.so with -Bsymbolic (fixes bug found with Chromium) + - added missing 'const' to glXGetContextIDEXT() in glxext.h + - fixed a few glXGetProcAddress() errors (texture compression, etc) |