set 6.2 release date
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 3f43f31..65b3a08 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1276,7 +1276,7 @@
 	- 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 @@
 	- 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)