summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/DIFFERENCES
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-01-30 13:53:45 +0100
committerKay Sievers <kay@vrfy.org>2015-01-30 13:53:45 +0100
commit954871d8ba15911d014f76ed2c7a9492953cf39d (patch)
tree7ee5e5cfccf8f3ed9feedd1c0f86481a408253c9 /src/libsystemd/sd-bus/DIFFERENCES
parent82c28f5621ad80585eb6c232a988af955a07060c (diff)
Revert "sd-bus: change serialization of kdbus messages to qualify in their entirety as gvariant objects"
This breaks booting with kdbus. This reverts commit b381de4197157748ed96e469fcc372c23f842ae1.
Diffstat (limited to 'src/libsystemd/sd-bus/DIFFERENCES')
-rw-r--r--src/libsystemd/sd-bus/DIFFERENCES7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libsystemd/sd-bus/DIFFERENCES b/src/libsystemd/sd-bus/DIFFERENCES
index db269675a7..fd7506b993 100644
--- a/src/libsystemd/sd-bus/DIFFERENCES
+++ b/src/libsystemd/sd-bus/DIFFERENCES
@@ -18,8 +18,11 @@ Known differences between dbus1 and kdbus:
- Serial numbers of synthesized messages are always (uint32_t) -1.
+- The org.freedesktop.DBus "driver" service is not special on
+ kdbus. It is a bus activated service like any other with its own
+ unique name.
+
- NameOwnerChanged is a synthetic message, generated locally and not
- by the driver. On dbus1 only the Disconnected message was
- synthesized like this.
+ by the driver.
- There's no standard per-session bus anymore. Only a per-user bus.