summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-09 09:42:40 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-09 09:42:40 +0100
commit3a81bb6bafdbd37802dab96b8f05173ec6701d7f (patch)
tree767d2e47f099c989e34443dd5773a88f6369b5fe
parentf4bbbd1dfe59031f864c7d2bbf7bb0252a3aa6a7 (diff)
NEWS: 2.16.0 release2.16.0
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4192e9d2..46d0d247 100644
--- a/NEWS
+++ b/NEWS
@@ -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])