mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
news: dbus: use GLib implementation instead of libdbus
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
2dea6b5435
commit
5be1b028ce
7
NEWS.rst
7
NEWS.rst
@ -28,6 +28,13 @@ v6.8.0 (unreleased)
|
|||||||
useful for containerised scenarios and can be used in both peer2peer and
|
useful for containerised scenarios and can be used in both peer2peer and
|
||||||
direct migrations.
|
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**
|
* **Bug fixes**
|
||||||
|
|
||||||
* **Removed features**
|
* **Removed features**
|
||||||
|
Loading…
Reference in New Issue
Block a user