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