diff options
-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]) |