summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-08-31 04:30:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-08-31 04:30:14 +0000
commit9bed64cbf193e87e0dba46edf5cfaec267b0d8e6 (patch)
treec3e06f1dee51b0bf3611c6f81435df88598dcaba /docs/VERSIONS
parent04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab (diff)
fixed dangling pointer problem (Chris Burghart)
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 2b4ab62736..8e1d85eef7 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.70 2001/08/28 23:12:37 brianp Exp $
+$Id: VERSIONS,v 1.71 2001/08/31 04:30:14 brianp Exp $
Mesa Version History
@@ -891,3 +891,4 @@ Mesa Version History
- fixed glDrawRangeElements() bug
- fixed a glPush/PopAttrib() bug related to texture binding
- flat-shaded, textured lines were broken
+ - fixed a dangling pointer problem in the XMesa code (Chris Burghart)