summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-09-08 08:53:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-09-08 08:53:32 +0100
commit692c14d405bb352697b67f36a034d4963e272b66 (patch)
tree7b06a929ca3db28b4e3ca371cc9ed4c7e6935137
parent84fb3bb65ff917b908a1036540432bfd5525481d (diff)
2.99.916 snapshot2.99.916
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 51486f32..4b7aa4f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Snapshot 2.99.916 (2014-09-08)
+==============================
+Quick update for MST in UXA - we need to hook up the RandR outputs for
+dynamicaly added connectors.
+
+
Snapshot 2.99.915 (2014-09-08)
==============================
A significant change to UXA to enable MST and to keep it working on recent
diff --git a/configure.ac b/configure.ac
index e7419a2c..0191bd5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.99.915],
+ [2.99.916],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])