2.21.8 release

This commit is contained in:
Chris Wilson
2013-05-27 13:41:13 +01:00
parent 51103d8637
commit 7e7d0ad15b
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@@ -1,3 +1,22 @@
Release 2.21.8 (2013-05-27)
===========================
A quick release to cleanup a few regressions from the introduction of
copy-on-write support, notably hitting wine applications and a memory
leak for firefox.
* Only mark a PolyFillRect operation as replacing if it is unclipped
https://bugs.freedesktop.org/show_bug.cgi?id=64841
* Prevent potential NULL dereference of damage when checking COW support
* Fix invalidation of clone after dirtying the pixmap via the CPU
* Prevent discarding an operation before requiring it for a fallback
* Fix memory leak from replacing the clone under certain circumstances
https://bugs.freedesktop.org/show_bug.cgi?id=64978
Release 2.21.7 (2013-05-21)
===========================
A couple of weeks turned into a month and a couple of weeks... Amidst

View File

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