From 4fa35dd5e13a58070220f787fc0678f1c679808d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 11 Apr 2011 10:44:55 +0100 Subject: NEWS: version bump for 2.14.903 snapshot Signed-off-by: Chris Wilson --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d163097de..d29270402 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Snapshot 2.14.903 (2011-04-11) +============================== +This is the third release candidate in preparation for the upcoming +2.15.0 release. We will appreciate any feedback we can get from +testing of this snapshot. + +There was a bit of churn since 2.14.902 as a potential fix for a +performance regression was tried but had to reverted when it was found to +cause glitches running Compiz on SandyBridge. Otherwise, there were just a +couple of fixes for building against old xservers and running on an +obscure chipset. + +Bugs fixed in this snapshot (compared to 2.14.902) +-------------------------------------------------- + +* Prevent issuing an invalid scanline wait command + https://bugs.freedesktop.org/show_bug.cgi?id=35576 + +* The 946GZ in not a 945, but a 965. + https://bugs.freedesktop.org/show_bug.cgi?id=35854 + +* Fix tile sizes for gen2 (finally). + +* Allow building of recent dri2 changes against old xservers. + + Snapshot 2.14.902 (2011-03-29) ============================== This is the second release candidate in preparation for the upcoming diff --git a/configure.ac b/configure.ac index b90e071b9..bc9a868e4 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.63]) AC_INIT([xf86-video-intel], - [2.14.902], + [2.14.903], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) -- cgit v1.2.3