From 99ed9630b84fdbdb5dcfb720420e315e14e093e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 6 Oct 2016 11:47:01 +0400 Subject: [PATCH] Update NEWS for 0.33 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Acked-by: Pavel Grunt --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 178bedd..989f012 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +v0.33 +===== + +- lz4 compression of USB channel +- keyboard: pause key fixes, set keypress-delay to 0 on local socket +- mouse: fix pointer grabbing in server mode +- clipboard: fix copying text from old application without UTF8_STRING + target (motif) +- file-xfer changes: grouping all transferred files per operation +- new spice_file_transfer_task_get_{total_bytes,transferred_bytes} API + and associated properties +- new SpiceChannel:socket property +- fix rendering issues with CSD on Windows +- fix gettext support, some translations updates +- fix display refresh issue on f25 after resize (init egl only when + required) +- many leaks and races fixes, new tests + v0.32 =====