Dist additional README's too.
[platform/upstream/dbus.git] / NEWS
1 D-Bus 1.4.1 (20 December 2010)
2 ==
3
4  • Fix for CVE-2010-4352: sending messages with excessively-nested variants can
5    crash the bus. The existing restriction to 64-levels of nesting previously
6    only applied to the static type signature; now it also applies to dynamic
7    nesting using variants. Thanks to Rémi Denis-Courmont for discoving this
8    issue.
9  • OS X portability fixes, including launchd support.
10  • Windows autolaunch improvements.
11  • Various bug fixes.
12
13 D-Bus 1.4.0 (6 Sep 2010)
14 ==
15  - systemd hookup
16
17 D-Bus 1.3.1 (23 June 2010)
18 ==
19  - New standardized PropertiesChanged signal in the properties interface
20  - Various portability fixes, in particular to Windows platforms
21  - Support forking bus services, for compatibility
22
23 D-Bus 1.3.0 (29 July 2009)
24 ==
25  - ability for dbus-send to send to any bus (--address)
26  - file descriptor passing on Unix socket transports
27  - use of GCC atomic intrinsics for better processor support
28    (requires -march=i486 or above for x86 compilation)
29  - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
30    and glibc (2.9 for pipe2 and 2.10 for accept4)
31  - feature negotiation in the bus daemon