blob: c4b46de8dc3b1bfeb23b7b6d956e4f63714155de [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001D-Bus 1.4.0 (6 Sep 2010)
2==
3 - systemd hookup
4
5D-Bus 1.3.1 (23 June 2010)
6==
7 - New standardized PropertiesChanged signal in the properties interface
8 - Various portability fixes, in particular to Windows platforms
9 - Support forking bus services, for compatibility
10
11D-Bus 1.3.0 (29 July 2009)
12==
13 - ability for dbus-send to send to any bus (--address)
14 - file descriptor passing on Unix socket transports
15 - use of GCC atomic intrinsics for better processor support
16 (requires -march=i486 or above for x86 compilation)
17 - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
18 and glibc (2.9 for pipe2 and 2.10 for accept4)
19 - feature negotiation in the bus daemon