]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: add news about virtualbox version support changes
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 17 Apr 2020 11:56:25 +0000 (12:56 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 20 Apr 2020 10:34:59 +0000 (11:34 +0100)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index 4d0efd4219e91b1df417d58203523ad712c1e3af..99c65447b08191c7cf5bf084d5d12ab30b2797ab 100644 (file)
           hotplug/unplug attempts, but this is often undesireable).
         </description>
       </change>
+      <change>
+        <summary>
+          vbox: added support for version 6.0 and 6.1 APIs
+        </summary>
+        <description>
+          libvirt can now support use of the VirtualBox 6.0 and 6.1
+          APIs. This is compile tested only, so we are looking for
+          feedback from users on how well it works in practice.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>
     <section title="Bug fixes">
     </section>
+    <section title="Removed features">
+      <change>
+        <summary>
+          vbox: removed support for version 5.0 and 5.1 APIs
+        </summary>
+        <description>
+          libvirt no longer supports use of VirtualBox 5.0 and 5.1
+          since these versions reached their end of life on 2017/05
+          and 2018/04 respectively.
+        </description>
+      </change>
+    </section>
   </release>
   <release version="v6.2.0" date="2020-04-02">
     <section title="New features">