###
diff --git a/NEWS b/NEWS
index 784747e..3f715d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Major Changes in 0.13.91:
+=========================
+
+*** IMPORTANT ***
+0.13.91 is the first release candidate for the stable 0.14.x series. While some
+bugs might still be present, it should be stable.
+
+* set human-readable name on spice threads
+* leak fixes
+* robustness improvements (fix potential crashes in situation which should not
+ happen on normal use)
+* add sanity-checks for ORC library as it can abort spice-server when selinux
+ is in use
+* more code cleanups/improvements
+
Major Changes in 0.13.90:
=========================
diff --git a/configure.ac b/configure.ac
index 483dbfd..cd046d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.57])
#
dnl TODO see server/spice-char.h TODO comment for API breakage
m4_define([SPICE_CURRENT], [13])
-m4_define([SPICE_REVISION], [2])
+m4_define([SPICE_REVISION], [3])
m4_define([SPICE_AGE], [12])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
13c0dcf build: Prepare for 0.13.91 release
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
Upstream: cgit.freedesktop.org