summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-10-30 14:45:31 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-10-30 14:45:38 +0100
commitf4964c5666fb61f513d563a5a12463bed1119ea4 (patch)
tree5e317c3641964014b2f802b86ad027a8b3db0f81
parent69a273a27242534ebf5535a886e26adfc8f608a0 (diff)
xf86-video-qxl 0.1.3xf86-video-qxl-0.1.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86fe9f8..2b9423d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.1.3
+======================
+Xspice performance/stability improvements
+Bug/crash fixes in the drm layer
+
Major changes in 0.1.2
======================
Support for server managed fds
diff --git a/configure.ac b/configure.ac
index 119340a..14e0597 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-qxl],
- [0.1.2],
+ [0.1.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-qxl])
AC_CONFIG_SRCDIR([Makefile.am])