misc updates
diff --git a/docs/VERSIONS b/docs/VERSIONS
index f8333c9..00d9dec 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.15 1999/12/03 18:50:48 brianp Exp $
+$Id: VERSIONS,v 1.16 2000/01/05 07:02:15 brianp Exp $
 
 
 Mesa Version History
@@ -661,26 +661,30 @@
 	- New Makefile-system (autoconf,automake,libtool)
 
 
-3.1 final  December ??, 1999
+3.1 final  December 14, 1999
     New:
 	- added demos/gloss.c
 	- added xdemos/glxdpyinfo.c
+	- added GLX_ARB_get_proc_address extension
 	- rewritten glTexImage code paths (faster, less memory, bug fixes)
     Bug Fixes:
 	- several vertex array bug fixes
+	- overlapping glCopyPixels with pixel zooming now works
+	- glXUseXFont() bitmaps were vertically shifted by one pixel
 	- glCopyPixels with pixel zooming now works
 
 
-3.2 (Stabilization of 3.1)
+3.2 (Stabilization of 3.1)  January ??, 2000
     Bug Fixes:
 	(TBD)
 
 
-3.3 (Experimental/advanced development)
+3.3 (Experimental/advanced development)  Month?, ??, 2000
     New:
 	- GL_EXT_texture_env_add texture mode extension
 	- GLX 1.3 API
 	- support for separate draw/read buffers (ie GL_SGI_make_current_read)
+	- better thread safety
     Bug Fixes:
 	- 
     Changes: