diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-05-23 19:08:02 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-21 16:11:55 +0200 |
commit | 15432988ecc5ffb35de841ff902879b04d2d3e40 (patch) | |
tree | fe209bbef8fcff8fbc596aa0e1de34f667ba7861 | |
parent | ea37f06eaa11b6307c797895aeb85d87d142625a (diff) |
Update NEWS for 0.32 releasev0.32
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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 ===== |