summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-06-06 12:04:23 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-06-06 12:23:06 +0100
commit2770655371954413c750b030c9a7135baee302d4 (patch)
tree3f631082bb0b49b88797f2a7c9ab8500c9957e8d
parentd3345cd269dc75999b35f3286d21059974dcb24b (diff)
2.21.9 release2.21.9
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eb0d9b2b..2d358c0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 2.21.9 (2013-06-06)
+===========================
+Consolidating the copy-on-write support, hopefully cleaning up the last of
+the regressions.
+
+ * Restore vsync on textured videos.
+ [regression from 2.21.8]
+ https://bugs.freedesktop.org/show_bug.cgi?id=65048
+
+ * Fix incorrect ordering of possible_clones with certain outputs, which
+ can lead to attempting to incorrectly clone 2 outputs and failing to
+ light them up.
+ [regression from 2.20.10]
+
+ * Fix performance regression from not promoting large fills to the GPU
+ [regression from 2.21.7]
+
+ * Undo the pixmap clone before performing a DRI2CopyRegion
+ [regression from 2.21.7]
+ https://bugs.freedesktop.org/show_bug.cgi?id=65250
+
+
Release 2.21.8 (2013-05-27)
===========================
A quick release to cleanup a few regressions from the introduction of
diff --git a/configure.ac b/configure.ac
index 0bac6f62..3f6f9bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.21.8],
+ [2.21.9],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])