summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-03-30 11:46:39 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-04-01 15:16:24 +0200
commit80832dd17eaa0693bad4bdf3c8d6c95f4fa3e3fd (patch)
tree2205609e53fd88ab0d2e470be344bd1114051461
parenta24ebcae8965d188edd9798f813fb37e3dfe6475 (diff)
Update NEWS for 0.13.1
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e906e883..ecedcd8c 100644
--- a/NEWS
+++ b/NEWS
@@ -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.