NEWS: 2.15.901 snapshot

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2011-07-30 09:21:36 +01:00
parent 2cfb703bbe
commit 7976f5144d
2 changed files with 31 additions and 1 deletions

30
NEWS
View File

@@ -1,3 +1,33 @@
Snapshot 2.15.901 (2011-07-30)
==============================
This is the first release candidate in preparation for the upcoming
2.16.0 release. We will appreciate any feedback we can get from
testing of this snapshot.
The highlight of this snapshot is the full enabling of IvyBridge with
acceleration for Render and Xv, along with handling of the shared render
buffer allocations required for Mesa. Also of note is that deep-color
support is enabled (for all chipsets), which allows you to drive your
30-bit monitor at its native colour depth.
Bugs fixed in this snapshot (compared to 2.15.0)
--------------------------------------------------
* Misuse of the Resource database causing crashes after DRI clients close
https://bugs.freedesktop.org/show_bug.cgi?id=37700
* Crash on large strings
https://bugs.freedesktop.org/show_bug.cgi?id=36860
* Incorrect rendering for some core drawing operations
http://bugs.freedesktop.org/show_bug.cgi?id=28768
http://bugs.freedesktop.org/show_bug.cgi?id=28798
http://bugs.freedesktop.org/show_bug.cgi?id=28908
http://bugs.freedesktop.org/show_bug.cgi?id=29401
* Crash in Xv due to insufficient checks on batch space
https://bugs.freedesktop.org/show_bug.cgi?id=36319
Release 2.15.0 (2011-04-14)
==============================
We are pleased to announce this major release of the xf86-video-intel

View File

@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.63])
AC_INIT([xf86-video-intel],
[2.15.0],
[2.15.901],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])