Update NEWS for 0.13.1

This commit is contained in:
Christophe Fergeau 2016-03-30 11:46:39 +02:00
parent a24ebcae89
commit 80832dd17e

14
NEWS
View File

@ -1,4 +1,4 @@
Major changes in 0.13.0:
Major changes in 0.13.1:
========================
*** IMPORTANT ***
@ -6,6 +6,18 @@ 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.
* add spice_qxl_gl_scanout() spice_qxl_gl_draw_async() for local virgl support
* spice_server_set_keepalive_timeout() has been removed in favour of
unconditionally sending keepalive probes every 10 minutes
* the rework started in 0.13.0 has moved forward. The global RedsState *reds
variable has now been removed, GLib mainloop is now used for the RedWorker thread
rather than an adhoc implementation, some core classes have been ported to
GObject, ...
* some crash/leak fixes in corner cases
Major changes in 0.13.0:
========================
* 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.