From ac316905b48f7d1e66cf33d8222a97ec898dc2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 21 Apr 2020 14:30:15 +0100 Subject: [PATCH] Update NEWS for 9.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 0914804..0f5cb21 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ Virt Viewer News ================ +9.0: May 1, 2020 +----------------- + + - Project moved to https://gitlab.com/virt-viewer/virt-viewer + - Allow toggling shared clipboard in remote-viewer + - Fix handling when initial spice connection fails + - Fix check for govirt library + - Add bash completion of cli args + - Improve errors in file transfer dialog + - Fix ovirt foreign menu storage domains query + - Prefer TLS certs from oVirt instead of CLI + - Improve USB device cleanup when Ctrl-C is used + - Remember monitor mappings across restarts + - Add a default file extension to screenshots + - Updated translations + - Fix misc memory leaks + 8.0: Mar 1, 2019 -----------------