D-BUS 1.2.1 (Default branch) |
|
|
D-BUS is a message bus system; a simple way for
applications to talk to one another. It supplies both a
system daemon (for events such as "new hardware
device added" or "printer queue changed") and a per-
user-login-session daemon (for general IPC needs among
user applications). Also, the message bus is built on top
of a general one-to-one message passing framework,
which can be used by any two apps to communicate
directly (without going through the message bus
daemon).
License: OSI Approved
Changes:
This version compiles under some older versions of
glibc, and compiles without X support once again.
A stuck server grab if dbus-launch is run in an
existing D-Bus X session was fixed. Various Mac OS
X build fixes were added. The broken poll call is
not used on Mac OS X. Better checks for linker
flag support should allow D-Bus to link under
various linkers. exit_on_disconnect is set after
the connection registers with a bus so the program
doesn't exit if it gets a disconnect during the
handshake. Dicts now work correctly with
dbus-send. The inotify backend is now less
aggressive.
|