[Spice-devel] [spice-server 4/4] build: Prepare for 0.14.1 release
Christophe Fergeau
cfergeau at redhat.com
Fri Jun 8 14:25:29 UTC 2018
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
spice-common | 2 +-
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 51bb4a2e6..c9e091c5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Major Changes in 0.14.1:
+========================
+
+The main change in this release is the addition of a new protocol extension
+in order to support streaming the remote display as a video stream rather than
+going through the QXL protocol. Together with spice-streaming-agent, and/or with
+more work on the qemu/spice-server side, this should allow streaming of 3D
+accelerated VMs in the future. At this point, this part of spice-server is
+still work in progress.
+
+* add new org.spice-space.stream.0 channel used for passing an encoded video
+* stream from the guest to the client
+* add support for TCP_CORK to attempt to reduce the amount of packets that we
+ send
+* fix cursor related migration crash
+* disable TLS 1.0 support
+* drop support for unsupported OpenSSL version. OpenSSL 1.0.0 or newer is now
+ required
+* bumped minimum required glib version to 2.32
+* endianness fixes
+* (small) leak fixes
+* usual round of code cleanups
+
Major Changes in 0.14.0:
========================
diff --git a/configure.ac b/configure.ac
index 2443ccf34..1e569c30a 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], [4])
+m4_define([SPICE_REVISION], [5])
m4_define([SPICE_AGE], [12])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
diff --git a/spice-common b/spice-common
index a84f868e4..4a7a11b6a 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit a84f868e48035a9442ffc30a0a52559c9cf3fe54
+Subproject commit 4a7a11b6a9a6516e6b1369079c77f1c32ac0bcb6
--
2.17.1
More information about the Spice-devel
mailing list