diff --git a/docs/index.html b/docs/index.html index ac4ff8d9e68..ba0b21044e9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,14 @@

News

+

October 24, 2012

+ +

+Mesa 8.0.5 is released. +This is a bug fix release. +

+ +

October 8, 2012

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

+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 8.0.5 Release Notes / October 24, 2012

+ +

+Mesa 8.0.5 is a bug fix release which fixes bugs found since the 8.0.4 release. +

+

+Mesa 8.0.5 implements the OpenGL 3.0 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 3.0. +

+

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

+ + +

MD5 checksums

+
+cda5d101f43b8784fa60bdeaca4056f2  MesaLib-8.0.5.tar.gz
+01305591073a76b65267f69f27d635a3  MesaLib-8.0.5.tar.bz2
+97f11c00cac8fb98aa0131990086dc8e  MesaLib-8.0.5.zip
+
+ +

New features

+

None.

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + + +

Changes

+

The full set of changes can be viewed by using the following GIT command:

+ +
+  git log mesa-8.0.4..mesa-8.0.5
+
+ +

Alex Deucher (3):

+ + +

Andreas Boll (4):

+ + +

Brian Paul (18):

+ + +

Chad Versace (3):

+ + +

Chris Forbes (1):

+ + +

Christoph Bumiller (1):

+ + +

Eric Anholt (9):

+ + +

Ian Romanick (8):

+ + +

Jonas Maebe (1):

+ + +

Jordan Justen (1):

+ + +

José Fonseca (1):

+ + +

Kenneth Graunke (8):

+ + +

Maarten Lankhorst (1):

+ + +

Marek Olšák (6):

+ + +

Michel Dänzer (2):

+ + +

Niels Ole Salscheider (1):

+ + +

Paul Berry (5):

+ + +

Stéphane Marchesin (1):

+ + +

Tapani Pälli (2):

+ + +

Vadim Girlin (1):

+ + +
+ + diff --git a/docs/relnotes.html b/docs/relnotes.html index 62b7b33ee8c..ab8a706712b 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -23,6 +23,7 @@ The release notes summarize what's new or changed in each Mesa release.