diff --git a/docs/devinfo.html b/docs/devinfo.html index df0e7265249..2d1c125e802 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -145,7 +145,7 @@ Make sure the values in src/mesa/main/version.h are correct.

-Update the docs/news.html file and docs/download.html files. +Update docs/news.html.

@@ -208,10 +208,11 @@ sftp USERNAME,mesa3d@web.sourceforge.net

Make an announcement on the mailing lists: -mesa3d-dev@lists.sf.net, -mesa3d-users@lists.sf.net + +mesa-dev@lists.freedesktop.org, +mesa-users@lists.freedesktop.org and -mesa3d-announce@lists.sf.net +mesa-announce@lists.freedesktop.org

diff --git a/docs/news.html b/docs/news.html index 2f3f143fcdc..72d38ee3f80 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,22 @@

News

+

October 4, 2010

+ +

+Mesa 7.9 (final) is released. This is a new +development release. +

+ + +

September 27, 2010

+ +

+Mesa 7.9.0-rc1 is released. This is a +release candidate for the 7.9 development release. +

+ +

June 16, 2010

diff --git a/docs/relnotes-7.8.2.html b/docs/relnotes-7.8.2.html index e1b0f2d2791..1393b2ede29 100644 --- a/docs/relnotes-7.8.2.html +++ b/docs/relnotes-7.8.2.html @@ -26,7 +26,15 @@ for DRI hardware acceleration.

MD5 checksums

-tbd
+c89b63d253605ed40e8ac370d25a833c  MesaLib-7.8.2.tar.gz
+6be2d343a0089bfd395ce02aaf8adb57  MesaLib-7.8.2.tar.bz2
+a04ad3b06ac5ff3969a003fa7bbf7d5b  MesaLib-7.8.2.zip
+7c213f92efeb471f0331670d5079d4c0  MesaDemos-7.8.2.tar.gz
+757d9e2e06f48b1a52848be9b0307ced  MesaDemos-7.8.2.tar.bz2
+8d0e5cfe68b8ebf90265d350ae2c48b1  MesaDemos-7.8.2.zip
+b74482e3f44f35ed395c4aada4fd8240  MesaGLUT-7.8.2.tar.gz
+a471807b65e49c325808ba4551be93ed  MesaGLUT-7.8.2.tar.bz2
+9f190268c42be582ef66e47365ee61e3  MesaGLUT-7.8.2.zip
 
@@ -44,10 +52,95 @@ tbd -

Changes

-

None.

diff --git a/docs/relnotes-7.8.3.html b/docs/relnotes-7.8.3.html new file mode 100644 index 00000000000..1e9f4331391 --- /dev/null +++ b/docs/relnotes-7.8.3.html @@ -0,0 +1,89 @@ + + +Mesa Release Notes + + + + + + + +

Mesa 7.8.3 Release Notes / (date tbd)

+ +

+Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.2 release. +

+

+Mesa 7.8.3 implements the OpenGL 2.1 API, but the version reported by +glGetString(GL_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 2.1. +

+

+See the Compiling/Installing page for prerequisites +for DRI hardware acceleration. +

+ + +

MD5 checksums

+
+x  MesaLib-7.8.3.tar.gz
+x  MesaLib-7.8.3.tar.bz2
+x  MesaLib-7.8.3.zip
+x  MesaDemos-7.8.3.tar.gz
+x  MesaDemos-7.8.3.tar.bz2
+x  MesaDemos-7.8.3.zip
+x  MesaGLUT-7.8.3.tar.gz
+x  MesaGLUT-7.8.3.tar.bz2
+x  MesaGLUT-7.8.3.zip
+
+ + +

New features

+

None.

+ + +

Changes

+ + + +

Bug fixes

+ + + + + diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index f4d3ed96895..fe1fd5e4186 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -8,7 +8,7 @@ -

Mesa 7.9 Release Notes / date TBD

+

Mesa 7.9 Release Notes / October 4, 2010

Mesa 7.9 is a new development release. @@ -28,7 +28,12 @@ for DRI hardware acceleration.

MD5 checksums

-tbd
+ed65ab425b25895c7f473d0a5e6e64f8  MesaLib-7.9.tar.gz
+82c740c49d572baa6da2b1a1eee90bca  MesaLib-7.9.tar.bz2
+cd2b6ecec759b0457475e94bbb38fedb  MesaLib-7.9.zip
+7b54af9fb9b1f6a1a65db2520f50848f  MesaGLUT-7.9.tar.gz
+20d07419d1929f833fdb36bced290ad5  MesaGLUT-7.9.tar.bz2
+62a7edecd7c92675cd6029b05217eb0a  MesaGLUT-7.9.zip
 
@@ -38,6 +43,7 @@ tbd See the Shading Language page for more information.
  • New, very experimental Gallium driver for R600-R700 Radeons. +
  • Support for AMD Evergreen-based Radeons (HD 5xxx)
  • GL_EXT_timer_query extension (i965 driver and softpipe only)
  • GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES = 1)
  • GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle) @@ -71,6 +77,7 @@ tbd
  • Bug 16854 - GLSL function call at global scope causes SEGV
  • Bug 16856 - GLSL indexing of unsized array results in assertion failure
  • Bug 18659 - Crash in shader/slang/slang_codegen.c _slang_gen_function_call_name()
  • +
  • Bug 19089 - [GLSL] glsl1/shadow2D() cases fail
  • Bug 22622 - [GM965 GLSL] noise*() cause GPU lockup
  • Bug 23743 - For loop from 0 to 0 not optimized out
  • Bug 24553 - shader compilation times explode when using more () pairs
  • diff --git a/docs/relnotes.html b/docs/relnotes.html index 47e7f80d6fa..4487af9dea6 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -14,6 +14,7 @@ The release notes summarize what's new or changed in each Mesa release.