diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-07-30 09:21:36 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-07-30 09:26:23 +0100 |
commit | 7976f5144d42a03ccd027908252a600db2631054 (patch) | |
tree | ba63fdcaf57f6aab40f7e92383f483ab351b487c | |
parent | 2cfb703bbe7ec043d443452f4fa94f06b1ff7266 (diff) |
NEWS: 2.15.901 snapshot2.15.901
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 31 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 8d0653a8..b6091a88 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |