From: Andrea Bolognani Date: Mon, 26 Oct 2020 23:25:53 +0000 (+0100) Subject: news: Mention virt-ssh-helper detection fix X-Git-Tag: v6.9.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22329553e4d68659aae9e20dfde68b7c7eb9b44;p=thirdparty%2Flibvirt.git news: Mention virt-ssh-helper detection fix Signed-off-by: Andrea Bolognani Reviewed-by: Neal Gompa Reviewed-by: Daniel P. Berrangé --- diff --git a/NEWS.rst b/NEWS.rst index 3587bc2c13..5bd8ed1c91 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -46,6 +46,12 @@ v6.9.0 (unreleased) Relying on the "Description" field caused queries to fail on non-"en-US" systems. The queries have been updated to avoid using localized strings. + * rpc: Fix ``virt-ssh-helper`` detection + + libvirt 6.8.0 failed to correctly detect the availability of the new + ``virt-ssh-helper`` command on the remote host, and thus always used the + fallback instead; this has now been fixed. + v6.8.0 (2020-10-01) ===================