[Spice-commits] 2 commits - configure.ac NEWS spice-common
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Sep 25 13:09:11 UTC 2017
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
spice-common | 2 +-
3 files changed, 17 insertions(+), 2 deletions(-)
New commits:
commit a94b3a7a26a5b1c0fa7e8fdf62be5f72853b96a0
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Mon Sep 25 15:06:12 2017 +0200
build: Update spice-common submodule
Frediano Ziglio (1):
quic: avoid crash on specific images
diff --git a/spice-common b/spice-common
index 429ad965..70d4739c 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 429ad965371ceaaf60b81ccbed7da660ef9e0a94
+Subproject commit 70d4739ce2f90f904fa96e22e438e9b424a3dd42
commit 13c0dcf4a3f9377805e726189fe73ae752c269af
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Sep 21 12:24:58 2017 +0200
build: Prepare for 0.13.91 release
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/NEWS b/NEWS
index 784747e3..3f715d2f 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 483dbfdf..cd046d28 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)],
More information about the Spice-commits
mailing list