summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-04-14 18:05:59 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-12-12 17:55:34 +0100
commit13d4afc1ba55eaed3e7ed4da8c948d3f334598d3 (patch)
treecc267ece36ce9caebe1c93d857d144088969f2c9
parentce00ab5df8cee45b0dc029973d6eeb937547144d (diff)
build-sys: Update for 0.1.5 release
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59e0e4b..237d121 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 0.1.5
+======================
+
+Fix X restarts when kms is in use with multiple monitors
+Various Xspice fixes and improvements (agent fixes, command line handling,
+documentation, delayed fps, audio playback)
+Fix Xspice crashing after 11 days
+Add --numheads argument to Xspice script
+Allow to setup video codec for streaming when using Xspice (requires
+spice-server 0.13.2)
+X.Org 1.19 fixes (Xspice is still non-functional with it)
+Fix compilation on arches which do not have outb (aarch64)
+
Major changes in 0.1.4
======================
Added smartcard support to XSpice
diff --git a/configure.ac b/configure.ac
index 62ffb71..e865e75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-qxl],
- [0.1.4],
+ [0.1.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-qxl])
AC_CONFIG_SRCDIR([Makefile.am])