diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 14:20:59 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 16:10:08 +0000 |
commit | 65c320e677b8ab4d745568b33f381d5865bf8b73 (patch) | |
tree | 58e3b5fabe1f6a8474769f913415eac36c7e23d4 | |
parent | 0d75b19979b1ac14353765e2bb84c6a466129109 (diff) |
2.21.2 release2.21.2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Release 2.21.2 (2013-02-10) +=========================== +Pass the brown paper bags, I need half a dozen or so. That seemingly +innocuous build fix with xorg-1.13 happned to have the little side-effect +of breaking glyph rendering with xorg-1.12 and older on 64-bit machines. + + Release 2.21.1 (2013-02-10) =========================== A fix for a potential GPU hang on 945gm (GMA3100) and earlier chipsets, diff --git a/configure.ac b/configure.ac index 971bd6f7..3a4b6dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.21.1], + [2.21.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |