diff options
-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]) |