]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: dbus: use GLib implementation instead of libdbus
authorPavel Hrdina <phrdina@redhat.com>
Thu, 17 Sep 2020 16:32:49 +0000 (18:32 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 18 Sep 2020 12:29:36 +0000 (14:29 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
NEWS.rst

index 2052fd700d8fb58e0c2d3e78cb8fc3866d3d3ff7..a2f7ecaf1d42564c740bd8d1b3c3661c0e854b73 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,13 @@ v6.8.0 (unreleased)
     useful for containerised scenarios and can be used in both peer2peer and
     direct migrations.
 
+  * dbus: Use GLib implementation instead of libdbus
+
+    Adopting GLib DBus implementation simplifies our code as libdbus provides
+    low-level APIs where we had to have a lot of helper functions. With this
+    change we also remove dependency on libdbus and possibly fix all the DBus
+    related libvirtd crashes seen over the time.
+
 * **Bug fixes**
 
 * **Removed features**