summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-01-07 18:17:39 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-01-13 12:51:25 +0100
commit6e66366f9b05b0440df97de084ea1a92990a8874 (patch)
tree3db901ba04dc5234baaaa1b6f8bfe68ae32f56cd
parent9ea5348efcc384a0998a74643cfb04573e3bf051 (diff)
Update NEWS for 0.13.0 releasev0.13.0
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c05f62ac..3b32b5ce 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