diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-30 01:15:50 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-30 01:15:50 +0000 |
commit | 53e595017e7f34a52117b1b7f731003c55a395c1 (patch) | |
tree | 9eb12657744eb81745b1ddfc7fd3f2d33a45c979 | |
parent | f8be78367d45dc3dfff7d19ed1a2a5bce9580964 (diff) |
updates for 6.4.1 releasemesa_6_4_1
-rw-r--r-- | docs/VERSIONS | 6 | ||||
-rw-r--r-- | docs/download.html | 2 | ||||
-rw-r--r-- | docs/news.html | 31 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
4 files changed, 33 insertions, 7 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 8e43fde892..52d394bd4f 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 6104694b8d..60d76756e8 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,7 +9,7 @@ <H1>Downloading</H1> <p> -Current stable release: <b>6.4</b> +Current stable release: <b>6.4.1</b> </p> <p> diff --git a/docs/news.html b/docs/news.html index 142cfaab5e..4f359ebc9b 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,35 @@ <H1>News</H1> +<h2>November 29, 2005</h2> +<p> +Mesa 6.4.1 has been released. This is a stable, bug-fix release. +</p> +<pre> + 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 +</pre> +<p> +The MD5 checksums are: +</p> +<pre> +TBD +</pre> + + + + <h2>October 24, 2005</h2> <p> Mesa 6.4 has been released. This is a stable, bug-fix release. @@ -1102,6 +1131,6 @@ source code</a>.</p> <hr> -$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 $ </body> </html> diff --git a/docs/relnotes.html b/docs/relnotes.html index 36083a1fbc..fb4321e734 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. </p> <UL> +<LI><A HREF="RELNOTES-6.4.1">RELNOTES-6.4.1</A> <LI><A HREF="RELNOTES-6.4">RELNOTES-6.4</A> <LI><A HREF="RELNOTES-6.3.2">RELNOTES-6.3.2</A> <LI><A HREF="RELNOTES-6.3">RELNOTES-6.3</A> |