summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2018-06-11 13:13:44 +0200
committerVictor Toso <me@victortoso.com>2018-06-11 17:26:36 +0200
commit7cc2b4afd5afd650339816dc785d98a29226811b (patch)
tree5cac66a84705e01a92c45ea748fe66125f339367
parent089553fffb2af890c5c6804dd8b9746daa3dec99 (diff)
Update NEWS for v0.35 releasev0.35
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e691583..3f54f77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+v0.35
+=====
+
+- TLS v1.0 was disabled (rhbz#1521053)
+- New SpiceSession::disconnected signal
+- Use GstVideoOverlay if possible to render directly on Gstreamer's sink element
+- Handling smooth-scroll for scroll events on touchpads in Wayland
+- CELT codec is disabled by default but configure will error out if detects that
+ its headers are available unless --enable-celt051/--disable-051 is used.
+- Glib requirement bumped to 2.46
+- Spice-protocol bumped to 0.12.14
+- The spice-controller library was removed
+- Fix migration regression introduced in v0.34 (rhbz#1558043)
+- Fix connecting from big endian machine including SASL authentication
+- Webdav: Fix some runtime warnings
+- Introspection: Fixes for SpicePortChannel, SpiceDisplayChannel,
+ SpiceRecordChannel, SpiceInputsChannel, SpiceMainChannel
+- Enable ACL support on FreeBSD (fdo#104525)
+- win32: Convert locale dir from UTF-8 to local encoding
+- Fix width computation for palette images (rhbz#1508847)
+- Introduction of spice+tls:// URI format to tls all channels
+- Fix keycodes on Xwayland (rhbz#1479682)
+- Memory leak fixes, new tests
+
v0.34
=====