[Spice-commits] NEWS

Marc-André Lureau elmarco at kemper.freedesktop.org
Tue Jun 21 16:15:16 UTC 2016


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

New commits:
commit 15432988ecc5ffb35de841ff902879b04d2d3e40
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Mon May 23 19:08:02 2016 +0200

    Update NEWS for 0.32 release
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

diff --git a/NEWS b/NEWS
index 7e040bf..178bedd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+v0.32
+=====
+
+libspice-client-gtk API/ABI break: library soname/version has been
+bumped, and deprecated symbols have been removed.  In practice, most
+of the API (in particular for language bindings) should be unchanged.
+
+- drop gtk+ 2.0 support
+- require gtk+ >= 3.12 and glib >= 2.36
+- add GStreamer as a backend for mjpeg, vp8 & h264 decoding
+  This allows the upcoming Spice server release to send video
+  regions with better codecs.
+- a number of spice-gtk structures are now private
+- spice-gtk widget is no longer a GtkDrawingArea but an opaque type
+  with only guarantee to be a GtkWidget
+- virgl: use GtkGlArea if possible (on wayland only atm)
+- virgl: various fixes (multiple display, resize, canvas-less support)
+- win-usbredir: use UsbDk backend when available and various
+  improvements
+- ensure that dnd file copy get cancelled
+- some JP and KR keyboard handling fixes on Windows
+- fix SASL GSSAPI
+- fix ipv6 proxy address handling
+- allow smaller widget with scaling enabled
+- add spice_main_request_mouse_mode() to request mouse mode
+- add SpiceGtkSession:sync-modifiers to change modifiers sync behaviour
+- various video decoding improvements
+- use GTask instead of GSimpleAsyncResult
+- misc bindings, leaks, warnings, and spelling fixes
+
 v0.31
 =====
 


More information about the Spice-commits mailing list