sysdeps-win needs _dbus_path_is_absolute
[platform/upstream/dbus.git] / NEWS
1 D-Bus 1.4.6 (2010-02-17)
2 ==
3
4   • Remove unfinished changes intended to support GTest-based tests,
5     which were mistakenly included in 1.4.4
6
7 D-Bus 1.4.4 (2010-02-17)
8 ==
9
10   • Switch back to using even micro versions for stable releases; 1.4.1
11     should have been called 1.4.2, so skip that version number
12   • Don't leave bad file descriptors being watched when spawning processes,
13     which could result in a busy-loop (fd.o #32992, NB#200248; possibly
14     also LP#656134, LP#680444, LP#713157)
15   • Check for MSG_NOSIGNAL correctly
16   • Fix failure to detect abstract socket support (fd.o #29895)
17   • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
18     (fd.o #32262, NB#180486)
19   • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
20     fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
21   • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
22   • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486)
23   • Improve gcc malloc annotations (fd.o #32710)
24   • If the system bus is launched via systemd, protect it from the OOM killer
25   • Documentation improvements (fd.o #11190)
26   • Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
27     fd.o #15922, LP#241619)
28   • Cope with invalid files in session.d, system.d (fd.o #19186,
29     Debian #230231)
30   • Don't distribute generated files that embed our builddir (fd.o #30285,
31     fd.o #34292)
32   • Raise the system bus's fd limit to be sufficient for its configuration
33     (fd.o #33474, LP#381063)
34   • Fix syslog string processing
35   • Ignore -Waddress
36   • Remove broken gcov parsing code and --enable-gcov, and replace them
37     with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
38   • Windows:
39     · avoid live-lock in Windows CE due to unfair condition variables
40   • OpenBSD:
41     · support credentials-passing (fd.o #32542)
42   • Solaris:
43     · opt-in to thread safety (fd.o #33464)
44
45 D-Bus 1.4.1 (20 December 2010)
46 ==
47
48  • Fix for CVE-2010-4352: sending messages with excessively-nested variants can
49    crash the bus. The existing restriction to 64-levels of nesting previously
50    only applied to the static type signature; now it also applies to dynamic
51    nesting using variants. Thanks to Rémi Denis-Courmont for discoving this
52    issue.
53  • OS X portability fixes, including launchd support.
54  • Windows autolaunch improvements.
55  • Various bug fixes.
56
57 D-Bus 1.4.0 (6 Sep 2010)
58 ==
59  - systemd hookup
60
61 D-Bus 1.3.1 (23 June 2010)
62 ==
63  - New standardized PropertiesChanged signal in the properties interface
64  - Various portability fixes, in particular to Windows platforms
65  - Support forking bus services, for compatibility
66
67 D-Bus 1.3.0 (29 July 2009)
68 ==
69  - ability for dbus-send to send to any bus (--address)
70  - file descriptor passing on Unix socket transports
71  - use of GCC atomic intrinsics for better processor support
72    (requires -march=i486 or above for x86 compilation)
73  - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
74    and glibc (2.9 for pipe2 and 2.10 for accept4)
75  - feature negotiation in the bus daemon