systemd: update systemd glue code
[platform/upstream/dbus.git] / NEWS
1 D-Bus 1.3.1 (23 June 2010)
2 ==
3  - New standardized PropertiesChanged signal in the properties interface
4  - Various portability fixes, in particular to Windows platforms
5  - Support forking bus services, for compatibility
6
7 D-Bus 1.3.0 (29 July 2009)
8 ==
9  - ability for dbus-send to send to any bus (--address)
10  - file descriptor passing on Unix socket transports
11  - use of GCC atomic intrinsics for better processor support
12    (requires -march=i486 or above for x86 compilation)
13  - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
14    and glibc (2.9 for pipe2 and 2.10 for accept4)
15  - feature negotiation in the bus daemon