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