summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-03-30 17:52:52 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-04-02 16:36:30 +0200
commitfc5327bc568a06ed27b536453d26214fad4409c8 (patch)
treeb5d540472c43312ef5a8fa0d5592f0f2d9d70ea3
parent6af2315d59c6c7f54199c5a264eef90b7dd82cfe (diff)
Prepare for 0.1.4 releasexf86-video-qxl-0.1.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b9423d..59e0e4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 0.1.4
+======================
+Added smartcard support to XSpice
+Memleak fix which could cause X to run out of memory
+Expose randr properties for suggested display positions if kernel
+supports it
+
Major changes in 0.1.3
======================
Xspice performance/stability improvements
diff --git a/configure.ac b/configure.ac
index 27b1cc7..6555a8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-qxl],
- [0.1.3],
+ [0.1.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-qxl])
AC_CONFIG_SRCDIR([Makefile.am])