Update NEWS for 0.13.0 release

This commit is contained in:
Christophe Fergeau 2016-01-07 18:17:39 +01:00
parent 9ea5348efc
commit 6e66366f9b

29
NEWS
View File

@ -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