From 65c320e677b8ab4d745568b33f381d5865bf8b73 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 10 Feb 2013 14:20:59 +0000 Subject: [PATCH] 2.21.2 release --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 518e30f0..e19d6570 100644 --- a/NEWS +++ b/NEWS @@ -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])