]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: document new Hyper-V features and bug fixes
authorMatt Coleman <mcoleman@datto.com>
Mon, 5 Oct 2020 16:20:15 +0000 (12:20 -0400)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Oct 2020 07:28:08 +0000 (09:28 +0200)
Signed-off-by: Matt Coleman <matt@datto.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index b2ed661c8e44b40eb44d901dc26a239b3a680de3..e708f06e9e2f62e31ec2e1f13910df65f3681390 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,10 +19,20 @@ v6.9.0 (unreleased)
     local file-backed disks to configure a disk which discards changes made to
     it while the VM was active.
 
+  * hyperv: implement new APIs
+
+    The ``virConnectGetCapabilities()``, ``virConnectGetMaxVcpus()``,
+    ``virConnectGetVersion()``, and ``virDomainGetAutostart()`` APIs have been
+    implemented in the Hyper-V driver.
+
 * **Improvements**
 
 * **Bug fixes**
 
+  * hyperv: ensure WQL queries work in all locales
+
+    Relying on the "Description" field caused queries to fail on non-"en-US"
+    systems. The queries have been updated to avoid using localized strings.
 
 v6.8.0 (2020-10-01)
 ===================