diff options
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -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]) |