set 6.2 release date
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 2 Oct 2004 14:56:17 +0000 (14:56 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 2 Oct 2004 14:56:17 +0000 (14:56 +0000)
docs/RELNOTES-6.2
docs/VERSIONS

index 4dcab9f1ef5b172e25bbe6653c5300778385d062..d2bc720f3d6d2b03c53e9310264d05b54e1dff51 100644 (file)
@@ -1,7 +1,7 @@
 
                            Mesa 6.2 release notes
 
-                              Month, day, 2004
+                              October 2, 2004
 
                               PLEASE READ!!!!
 
@@ -36,4 +36,4 @@ D3D                   needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.2,v 3.1 2004/08/22 17:43:31 brianp Exp $
+$Id: RELNOTES-6.2,v 3.2 2004/10/02 14:56:17 brianp Exp $
index 3f43f31776eab0d60b9c3e91d6b8126699f2e78f..65b3a083f4acefda3c91f32ada68fbf5531bb197 100644 (file)
@@ -1276,7 +1276,7 @@ Mesa Version History
        - fixed a number of minor memory leaks (bug #1002030)
 
 
-6.2  Month, day, 2004
+6.2  October 2, 2004
     New:
        - enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
        - updated Doxygen support (Jose Fonseca)
@@ -1293,3 +1293,5 @@ Mesa Version History
        - repeated calls to glDeleteTexture(t) could lead to a crash
        - fixed potential ref count bugs in VBOs and vertex/fragment programs
        - spriteblast demo didn't handle window size changes correctly
+       - glTexSubImage didn't handle pixels=NULL correctly for PBOs
+       - fixed color index mode glDrawPixels bug (Karl Schultz)