added GL_EXT_histogram
diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3
index 379c14a..128ec64 100644
--- a/docs/RELNOTES-3.3
+++ b/docs/RELNOTES-3.3
@@ -86,6 +86,9 @@
 GL_SGI_color_table
 	Adds additional color tables to the glDraw/Read/CopyPixels paths.
 
+GL_EXT_histogram
+	Compute histograms for glDraw/Read/CopyPixels.
+
 
 
 GLX_SGI_make_current_read functionality
@@ -204,4 +207,4 @@
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-3.3,v 1.3 2000/04/17 15:14:33 brianp Exp $
+$Id: RELNOTES-3.3,v 1.4 2000/05/04 13:50:33 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 7138e8d..3f452cf 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.30 2000/04/17 15:14:33 brianp Exp $
+$Id: VERSIONS,v 1.31 2000/05/04 13:50:33 brianp Exp $
 
 
 Mesa Version History
@@ -700,6 +700,7 @@
 	- demos/pixeltex program
 	- GL_SGI_color_matrix extension
 	- GL_SGI_color_table extension
+	- GL_EXT_histogram extension
     Bug Fixes:
 	- none since 3.2
     Changes: