From ec418d246d083cb5c2317d2f5f6a775de252a5b9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 22 Jul 2011 03:53:20 +0300 Subject: 0.0.15: now with xspice! xspice is a new X server that is also a Spice server. See README.xspice for more information. + added configure options to accomodate an extra driver (spiceqxl_drv.so) built alongside existing qxl_drv.so + XSPICE define where the code could not be split easily (qxl_driver.c and qxl.h) - no functional changes to driver. + some small cleanups (still too many warnings) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c2bcc7d..e5eda8f 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-qxl], - [0.0.14], + [0.0.15], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-qxl]) AC_CONFIG_SRCDIR([Makefile.am]) -- cgit v1.2.3