summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-10-20 16:23:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-20 16:23:26 +0100
commit7ff8b1ba543508f3b209f2ade7655c3aa34d546d (patch)
tree09f83d9d5608943393684a5afa4db1c6f586535e
parent695b2ce2d32bde191080129b55f9bf8a9d48ee77 (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--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 08fb4a60..014921dd 100644
--- a/NEWS
+++ b/NEWS
@@ -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])