diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-27 18:32:40 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-27 18:32:40 +0000 |
commit | 4ccebff1031039009ea8b52873aa32083a51b334 (patch) | |
tree | c0b327a5d21abf2154b01ca192e6660e04bd7d71 | |
parent | 0a899966050ded34683817f191bed9a8db4cbc7b (diff) |
added autoconf bug fixes, set March 30 for release date
-rw-r--r-- | docs/RELNOTES-5.0.1 | 6 | ||||
-rw-r--r-- | docs/VERSIONS | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/RELNOTES-5.0.1 b/docs/RELNOTES-5.0.1 index c44c18a7a5..7bbc9b6949 100644 --- a/docs/RELNOTES-5.0.1 +++ b/docs/RELNOTES-5.0.1 @@ -1,9 +1,7 @@ Mesa 5.0.1 release notes - Month day, 2003 - - PLEASE READ!!!! + March 30, 2003 @@ -45,4 +43,4 @@ driver call the _mesa_enable_1_4_extensions() function. ---------------------------------------------------------------------- -$Id: RELNOTES-5.0.1,v 1.1.2.2 2003/03/11 15:34:32 brianp Exp $ +$Id: RELNOTES-5.0.1,v 1.1.2.3 2003/03/27 18:32:40 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index 1779157d21..64fb10d39c 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.118.2.23 2003/03/27 17:53:23 brianp Exp $ +$Id: VERSIONS,v 1.118.2.24 2003/03/27 18:32:41 brianp Exp $ Mesa Version History @@ -1082,7 +1082,7 @@ Mesa Version History - fixed color overflow problem in DOT3 texture env mode -5.0.1 Month day, 2003 +5.0.1 March 30, 2003 New: - DOS driver updates from Daniel Borca - updated GL/gl_mangle.h file (Bill Hoffman) @@ -1109,6 +1109,8 @@ Mesa Version History - fixed a minor GL_COLOR_MATERIAL bug - NV vertex program EXP instruction was broken - glColorMask misbehaved with X window / pixmap rendering + - fix autoconf/libtool GLU C++ linker problem on Linux (a total hack) + - attempt to fix GGI compilation problem when MesaDemos not present Changes: - use glPolygonOffset in gloss demo to avoid z-fighting artifacts - updated winpos and pointblast demos to use ARB extensions |