xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Mon May 27 06:08:51 PDT 2013


 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 7e7d0ad15bafc4624f8c2ccf73c08ead5cc6fd6a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon May 27 13:41:13 2013 +0100

    2.21.8 release

diff --git a/NEWS b/NEWS
index 3173f21..eb0d9b2 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index be1e8d1..0bac6f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])


More information about the xorg-commit mailing list