From 617fadf3acf7bf75fb203c1e85fd0ddb98b3dbb9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 10 Feb 2013 14:20:59 +0000 Subject: [PATCH] 2.21.1 release --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bc384e7f..f4b3a829 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Release 2.21.1 (2013-02-10) +=========================== +A fix for a potential GPU hang on 945gm (GMA3100) and earlier chipsets, +along with backporting SNA to the packages found in stable distributions +like Debian 6.0 (Squeeze). + + * Cleanup compilation warnings from deblint, thanks to Paul Menzel + + * Minor build improvements by Damien Lespiau. + + * Disable generating span geometry for non-rectilinear spans on gen4 + in order to work around and prevent one class of render corruption. + + * Prevent cache thrashing and severe performance degradation on LLC + machines for streaming texture updates. However, note the effect was + only observed on just one particular laptop. + + * Fix alignment of subsurface proxies for old chipsets. + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel + + * Repair build against Xorg-1.6 and contemporary packages. + + Release 2.21.0 (2013-02-01) =========================== A few new features: diff --git a/configure.ac b/configure.ac index 25b479a8..971bd6f7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.21.0], + [2.21.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am])