diff --git a/docs/news.html b/docs/news.html index 6791f988776..9a210ba1b98 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,13 @@
+Mesa 7.10.3 is released. This is a bug +fix release release. +
+diff --git a/docs/relnotes-7.10.3.html b/docs/relnotes-7.10.3.html new file mode 100644 index 00000000000..b922e95f3a8 --- /dev/null +++ b/docs/relnotes-7.10.3.html @@ -0,0 +1,56 @@ + + +
++Mesa 7.10.3 is a bug fix release which fixes bugs found since the 7.10.2 release. +
++Mesa 7.10.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. +
+ + ++tbd ++ + +
None.
+ + +This list is likely incomplete.
+The full set of changes can be viewed by using the following GIT command:
+ ++ git log mesa-7.10.2..mesa-7.10.3 ++ +
Note: Reverted commits and the reverts are not included in this list.
+ + + diff --git a/docs/relnotes.html b/docs/relnotes.html index 6cfbe4c5ad6..bd74fe7914d 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.