updates for 6.3.2
diff --git a/docs/RELNOTES-6.3.2 b/docs/RELNOTES-6.3.2
new file mode 100644
index 0000000..f13f049
--- /dev/null
+++ b/docs/RELNOTES-6.3.2
@@ -0,0 +1,38 @@
+
+		       Mesa 6.3.2 release notes
+
+			   August 19, 2005
+
+			   PLEASE READ!!!!
+
+
+
+Introduction
+------------
+
+Mesa uses an even/odd version number scheme like the Linux kernel.
+Odd numbered versions (such as 6.3) designate new developmental releases.
+Even numbered versions (such as 6.2) designate stable releases.
+
+
+6.3.2 is primarily a bug fix release.  See the VERSIONS file for detaisl.
+
+
+
+Driver			Status
+----------------------	---------------------
+XMesa (Xlib)		implements OpenGL 1.5
+OSMesa (off-screen)	implements OpenGL 1.5
+Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
+SVGA			implements OpenGL 1.3
+Wind River UGL		implements OpenGL 1.3
+Windows/Win32		implements OpenGL 1.5
+DJGPP			implements OpenGL 1.5
+GGI			implements OpenGL 1.3
+BeOS			implements OpenGL 1.5
+Allegro			needs updating
+D3D			needs updating
+
+
+----------------------------------------------------------------------
+$Id: RELNOTES-6.3.2,v 3.1 2005/08/16 23:12:37 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index cd1757f..d84222f 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1352,7 +1352,11 @@
 	- fixed a few Darwin compilation problems
 
 
-6.3.1  July XX, 2005
+6.3.1
+    This was an intermediate release for X.org which wasn't otherwise released.
+
+
+6.3.2  August 19, 2005
     New:
 	- The distribution now includes the DRI drivers and GLX code
     Changes:
@@ -1362,4 +1366,8 @@
 	  extensions string
 	- negative relative addressing in vertex programs was broken
 	- update/fix SPARC assembly code for vertex transformation
-
+	- fixed memory leak when freeing GLX drawables/renderbuffers
+	- fixed display list memory leak
+	- the GL_PIXEL_MAP_I_TO_I table is now floating point, not integer
+	- wglGetProcAddress() didn't handle wgl-functions
+	- fixed glxext.h cross-compile issue (Colin Harrison)
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 5d22834..896647f 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,7 +13,7 @@
 </p>
 
 <UL>
-<LI><A HREF="RELNOTES-6.3.1">RELNOTES-6.3.1</A>
+<LI><A HREF="RELNOTES-6.3.2">RELNOTES-6.3.2</A>
 <LI><A HREF="RELNOTES-6.3">RELNOTES-6.3</A>
 <LI><A HREF="RELNOTES-6.2.1">RELNOTES-6.2.1</A>
 <LI><A HREF="RELNOTES-6.2">RELNOTES-6.2</A>