Merge branch 'dbus-1.4'
[platform/upstream/dbus.git] / NEWS
1 D-Bus 1.5.0 (UNRELEASED)
2 ==
3
4   • Let the bus daemon implement more than one interface (fd.o #33757,
5     Simon McVittie)
6   • Optimize _dbus_string_replace_len to reduce waste (fd.o #21261,
7     Roberto Guido)
8
9 D-Bus 1.4.8 (UNRELEASED)
10 ==
11
12   • Rename configure.in to configure.ac, and update it to modern conventions
13     (fd.o #32245; Javier Jardón, Simon McVittie)
14   • Correctly give XDG_DATA_HOME priority over XDG_DATA_DIRS (fd.o #34496,
15     Anders Kaseorg)
16   • Prevent X11 autolaunching if $DISPLAY is unset or empty, and add
17     --disable-x11-autolaunch configure option to prevent it altogether
18     in embedded environments (fd.o #19997, NB#219964; Simon McVittie)
19   • Install the documentation, and an index for Devhelp (fd.o #13495,
20     Debian #454142; Simon McVittie, Matthias Clasen)
21   • Windows:
22     · Avoid the name ELEMENT_TYPE due to namespace-pollution from winioctl.h
23       (Andre Heinecke)
24     · Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation
25       (fd.o #32805, Mark Brand)
26
27 D-Bus 1.4.6 (2010-02-17)
28 ==
29
30   • Remove unfinished changes intended to support GTest-based tests,
31     which were mistakenly included in 1.4.4
32
33 D-Bus 1.4.4 (2010-02-17)
34 ==
35
36   • Switch back to using even micro versions for stable releases; 1.4.1
37     should have been called 1.4.2, so skip that version number
38   • Don't leave bad file descriptors being watched when spawning processes,
39     which could result in a busy-loop (fd.o #32992, NB#200248; possibly
40     also LP#656134, LP#680444, LP#713157)
41   • Check for MSG_NOSIGNAL correctly
42   • Fix failure to detect abstract socket support (fd.o #29895)
43   • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
44     (fd.o #32262, NB#180486)
45   • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
46     fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
47   • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
48   • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486)
49   • Improve gcc malloc annotations (fd.o #32710)
50   • If the system bus is launched via systemd, protect it from the OOM killer
51   • Documentation improvements (fd.o #11190)
52   • Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
53     fd.o #15922, LP#241619)
54   • Cope with invalid files in session.d, system.d (fd.o #19186,
55     Debian #230231)
56   • Don't distribute generated files that embed our builddir (fd.o #30285,
57     fd.o #34292)
58   • Raise the system bus's fd limit to be sufficient for its configuration
59     (fd.o #33474, LP#381063)
60   • Fix syslog string processing
61   • Ignore -Waddress
62   • Remove broken gcov parsing code and --enable-gcov, and replace them
63     with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
64   • Windows:
65     · avoid live-lock in Windows CE due to unfair condition variables
66   • OpenBSD:
67     · support credentials-passing (fd.o #32542)
68   • Solaris:
69     · opt-in to thread safety (fd.o #33464)
70
71 D-Bus 1.4.1 (20 December 2010)
72 ==
73
74  • Fix for CVE-2010-4352: sending messages with excessively-nested variants can
75    crash the bus. The existing restriction to 64-levels of nesting previously
76    only applied to the static type signature; now it also applies to dynamic
77    nesting using variants. Thanks to Rémi Denis-Courmont for discoving this
78    issue.
79  • OS X portability fixes, including launchd support.
80  • Windows autolaunch improvements.
81  • Various bug fixes.
82
83 D-Bus 1.4.0 (6 Sep 2010)
84 ==
85  - systemd hookup
86
87 D-Bus 1.3.1 (23 June 2010)
88 ==
89  - New standardized PropertiesChanged signal in the properties interface
90  - Various portability fixes, in particular to Windows platforms
91  - Support forking bus services, for compatibility
92
93 D-Bus 1.3.0 (29 July 2009)
94 ==
95  - ability for dbus-send to send to any bus (--address)
96  - file descriptor passing on Unix socket transports
97  - use of GCC atomic intrinsics for better processor support
98    (requires -march=i486 or above for x86 compilation)
99  - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
100    and glibc (2.9 for pipe2 and 2.10 for accept4)
101  - feature negotiation in the bus daemon