diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-09 09:42:40 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-09 09:42:40 +0100 |
commit | 3a81bb6bafdbd37802dab96b8f05173ec6701d7f (patch) | |
tree | 767d2e47f099c989e34443dd5773a88f6369b5fe | |
parent | f4bbbd1dfe59031f864c7d2bbf7bb0252a3aa6a7 (diff) |
NEWS: 2.16.0 release2.16.0
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Release 2.16.0 (2011-08-09) +============================== +A new quarter, a new release! The key feature of this release, looking past +the bug fixes, is the enabling of IvyBridge acceleration. We have also fixed +many bugs and graphical glitches and would encourage everyone to upgrade. + +Bugs fixed in this snapshot (compared to 2.15.901) +-------------------------------------------------- + +* Build fix for xserver-1.7.7 + Snapshot 2.15.901 (2011-07-30) ============================== This is the first release candidate in preparation for the upcoming diff --git a/configure.ac b/configure.ac index b6091a88..fbd46a72 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.63]) AC_INIT([xf86-video-intel], - [2.15.901], + [2.16.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |