From 53e595017e7f34a52117b1b7f731003c55a395c1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 30 Nov 2005 01:15:50 +0000 Subject: updates for 6.4.1 release --- docs/VERSIONS | 6 +----- docs/download.html | 2 +- docs/news.html | 31 ++++++++++++++++++++++++++++++- docs/relnotes.html | 1 + 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/docs/VERSIONS b/docs/VERSIONS index 8e43fde8924..52d394bd4fa 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1407,11 +1407,7 @@ Mesa Version History - fragment programs that wrote result.depth.z didn't work -6.4.1 - New: - - - Changes: - - +6.4.1 November 30, 2005 Bug fixes: - redefining a vertex program string didn't take effect in TNL module - fixed occasional segfault upon vertex/fragment parsing error diff --git a/docs/download.html b/docs/download.html index 6104694b8d3..60d76756e8c 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,7 +9,7 @@

Downloading

-Current stable release: 6.4 +Current stable release: 6.4.1

diff --git a/docs/news.html b/docs/news.html index 142cfaab5ef..4f359ebc9b0 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,35 @@

News

+

November 29, 2005

+

+Mesa 6.4.1 has been released. This is a stable, bug-fix release. +

+
+    Bug fixes:
+	- redefining a vertex program string didn't take effect in TNL module
+	- fixed occasional segfault upon vertex/fragment parsing error
+	- vertex program LIT instruction didn't handle 0^0=1 correctly
+	- fragment program fog option didn't work with glDrawPixels, glBitmap
+	- USE_MGL_NAMESPACE didn't work for x86-64
+	- OSMesa demos were missing from previous release tarballs
+	- fixed problem with float->ushort conversion in glClear (bug 4992)
+	- popping of GL_EYE_PLANE texgen state was broken (bug 4996)
+	- popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
+	- fixed occasional triangle color interpolation problem on VMS
+	- work around invalid free() call (bug 5131)
+	- fixed BSD X server compilation problem by including stdint.h
+
+

+The MD5 checksums are: +

+
+TBD
+
+ + + +

October 24, 2005

Mesa 6.4 has been released. This is a stable, bug-fix release. @@ -1102,6 +1131,6 @@ source code.


-$Id: news.html,v 3.24.2.3 2005/10/28 14:35:40 brianp Exp $ +$Id: news.html,v 3.24.2.4 2005/11/30 01:15:50 brianp Exp $ diff --git a/docs/relnotes.html b/docs/relnotes.html index 36083a1fbce..fb4321e7348 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.