diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-08 08:53:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-08 08:53:32 +0100 |
commit | 692c14d405bb352697b67f36a034d4963e272b66 (patch) | |
tree | 7b06a929ca3db28b4e3ca371cc9ed4c7e6935137 | |
parent | 84fb3bb65ff917b908a1036540432bfd5525481d (diff) |
2.99.916 snapshot2.99.916
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |