From 1c1b4244081f2ad2c84a80a6f68a6b7fd1aefbe9 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Sun, 20 Jan 2013 15:40:11 +0100 Subject: docs: Add 9.0.2 release notes --- docs/relnotes-9.0.2.html | 280 +++++++++++++++++++++++++++++++++++++++++++++++ docs/relnotes.html | 1 + 2 files changed, 281 insertions(+) create mode 100644 docs/relnotes-9.0.2.html diff --git a/docs/relnotes-9.0.2.html b/docs/relnotes-9.0.2.html new file mode 100644 index 00000000000..2db5f3ee222 --- /dev/null +++ b/docs/relnotes-9.0.2.html @@ -0,0 +1,280 @@ + + + + + Mesa Release Notes + + + + +

Mesa 9.0.2 Release Notes / January 22th, 2013

+ +

+Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1 release. +

+

+Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.1. OpenGL +3.1 is only available if requested at context creation +because GL_ARB_compatibility is not supported. +

+ +

MD5 checksums

+
+TBD
+
+ +

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-9.0.1..mesa-9.0.2
+
+ +

Abdiel Janulgue (1):

+ + +

Adam Jackson (4):

+ + +

Alex Deucher (2):

+ + +

Ander Conselvan de Oliveira (2):

+ + +

Andreas Boll (9):

+ + +

Anuj Phogat (2):

+ + +

Ben Skeggs (3):

+ + +

Brian Paul (5):

+ + +

Bryan Cain (1):

+ + +

Chad Versace (2):

+ + +

Chris Fester (1):

+ + +

Christoph Bumiller (5):

+ + +

Dave Airlie (5):

+ + +

Eric Anholt (4):

+ + +

Ian Romanick (2):

+ + +

Johannes Obermayr (4):

+ + +

Jonas Ådahl (1):

+ + +

José Fonseca (1):

+ + +

Kenneth Graunke (8):

+ + +

Kristian Høgsberg (1):

+ + +

Maarten Lankhorst (2):

+ + +

Marek Olšák (17):

+ + +

Mario Kleiner (1):

+ + +

Matt Turner (1):

+ + +

Stefan Dösinger (1):

+ + +

Tapani Pälli (1):

+ + +

Tom Stellard (1):

+ + +

Vinson Lee (1):

+ + +

smoki (2):

+ + + + diff --git a/docs/relnotes.html b/docs/relnotes.html index d9b9cf163e7..2d9b333e2ea 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.