diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-10-20 16:23:26 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-10-20 16:23:26 +0100 |
commit | 7ff8b1ba543508f3b209f2ade7655c3aa34d546d (patch) | |
tree | 09f83d9d5608943393684a5afa4db1c6f586535e | |
parent | 695b2ce2d32bde191080129b55f9bf8a9d48ee77 (diff) |
2.20.12 release2.20.12
How embarrassing! My fault for rushing :(
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Release 2.20.11 (2012-10-20) +Release 2.20.12 (2012-10-20) ============================ More bug reports, more bug fixes! Perhaps the headline feature is that with a secure batches, coming to a 3.8 kernel near you, we may @@ -20,6 +20,7 @@ SandyBridge+. * Prevent a potential crash when forcing a stall on a busy CPU bo https://bugs.freedesktop.org/show_bug.cgi?id=56180 +[Release 2.20.11 contained a typo causing UXA to fail immediately.] Release 2.20.10 (2012-10-14) ============================ diff --git a/configure.ac b/configure.ac index 449558f7..8ddf40b8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.20.11], + [2.20.12], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |