summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2927040..ea92bcf2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Release 2.15.0 (2011-04-14)
+==============================
+We are pleased to announce this major release of the xf86-video-intel
+driver, roughly on schedule at 3 months since 2.14.0. With the many bug
+fixes in this release, we encourage everyone to upgrade to 2.14.
+
+The priority for this quarter has been simply to unexciting and stabilise
+the driver further, seeking to capitalise upon the improvements elsewhere
+in the stack.
+
+Bugs fixed in this snapshot (compared to 2.14.903)
+--------------------------------------------------
+
+* Turn off relaxed fencing by default for older chipsets
+ This was continuing to destabilize those system, so for the release
+ we disabled the feature. If you wish to help us debug this, you can
+ re-enable the optimisation with Option "RelaxedFencing" "True".
+ Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36147
+
+* Build fix for xserver-1.7.7
+
+* KDE glitches on SNB
+ [Technically fixed in the previous snapshot, but I'm really pleased
+ that this got fixed in time for the release!]
+ https://bugs.freedesktop.org/show_bug.cgi?id=35808
+
+
Snapshot 2.14.903 (2011-04-11)
==============================
This is the third release candidate in preparation for the upcoming
diff --git a/configure.ac b/configure.ac
index bc9a868e..fd5a3cfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.63])
AC_INIT([xf86-video-intel],
- [2.14.903],
+ [2.15.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])