[Spice-commits] NEWS

Christophe Fergau teuf at kemper.freedesktop.org
Wed Jan 13 04:38:32 PST 2016


 NEWS |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

New commits:
commit 6e66366f9b05b0440df97de084ea1a92990a8874
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Jan 7 18:17:39 2016 +0100

    Update NEWS for 0.13.0 release

diff --git a/NEWS b/NEWS
index c05f62a..3b32b5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Major changes in 0.13.0:
+========================
+
+*** IMPORTANT ***
+The 0.13.x release series is an unstable release series, if you are looking for
+stability for daily use, please use the latest 0.12.x release. We are trying to
+keep the code as functional as 0.12, but regressions or bugs could still happen.
+
+* Start of a large code rework to attempt to make the codebase more
+  maintainable. With this first release, the huge red_worker.c file has been split
+  in multiple smaller files.
+* glib's GSlice is now used in some places, G_SLICE=(debug_blocks|always_malloc) may
+  be needed in order to debug some memory issues.
+
+* Added public spice_server_set_keepalive_timeout() to make it possible
+  to tweak keepalive on all SPICE connection. This can prevent unwanted
+  idle disconnections if proxies are used between the client and the host.
+* Fix important memory usage when the webdav channel is used
+* Do not disconnect when the client requests an unsupported compression type
+* Fix potential race condition when using multiple QXL devices
+* Fix display glitch when using XSpice
+* Improve help string for 'replay -s'
+* Fix crashes in corner cases (buggy spice-html5 + win10, vnc + SPICE port
+  configured, USB webcam redirection over a slow link)
+* Fix various compilation warning when building on 32 bit machines
+* Do not build static libraries by default, this can be reenabled with
+  --enable-static
+* Fix small leak in MJPEG code
+
 Major changes in 0.12.6:
 ========================
 * Removed spicec client code, it has been superseded by remote-viewer and other


More information about the Spice-commits mailing list