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.3 (2013-02-20) +=========================== +A few minor bugfixes, another point release. + + * Fix tracking of DRI pixmaps and their backing bo across reparenting. If + we tried to execute a SwapBuffers after a Window was reparented, but + before the DRI client has updated its references, then we would end up + manipulating an exported pixmap without a flush flag set. In the worst + case, this would culminate in a segfault in the driver. + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1127497 + + * Restore the gen4 workarounds for flickering rendering - a few cases still + remain, as the root cause persists. + https://bugs.freedesktop.org/show_bug.cgi?id=60402 + + * Double check that the device has KMS enabled before claiming. This allows + X to gracefully fallback to VESA/fbdev rather than bailing out. + https://bugs.freedesktop.org/show_bug.cgi?id=60987 + + * Fix the UXA render programs for projective transforms on Ivybridge. + + Release 2.21.2 (2013-02-10) =========================== Pass the brown paper bags, I need half a dozen or so. That seemingly diff --git a/configure.ac b/configure.ac index 6aa0e6c3..97daee6d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.21.2], + [2.21.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |