CVE 2010-4352: Reject deeply nested variants
[platform/upstream/dbus.git] / NEWS
1 D-Bus 1.4.0 (6 Sep 2010)
2 ==
3  - systemd hookup
4
5 D-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
11 D-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