From: Simon McVittie Date: Tue, 12 Feb 2013 11:45:26 +0000 (+0000) Subject: More NEWS for 1.7 X-Git-Tag: dbus-1.7.0~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6769bc6a3514169abc8e3c2fa77e5727165e030;p=platform%2Fupstream%2Fdbus.git More NEWS for 1.7 --- diff --git a/NEWS b/NEWS index 5905ec9..3295f90 100644 --- a/NEWS +++ b/NEWS @@ -29,11 +29,24 @@ Fixes: • Fix building with Valgrind 3.8, at the cost of causing harmless warnings with Valgrind 3.6 on some compilers (fd.o #55932, Arun Raghavan) +• Merge from system-local.conf if necessary (fd.o #51560, + Krzysztof Konopko) + +• Under CMake, prefer xmlto over meinproc (fd.o #59733, Ralf Habacker) + +• Stop duplicating CMake's own logic to find libexpat + (fd.o #59733, Ralf Habacker) + +• Don't assume CMake host and build system are the same (fd.o #59733, + Ralf Habacker) + • Unix-specific: · Check for functions in libpthread correctly, fixing compilation on (at least) OpenBSD (fd.o #47239, Simon) · Don't leak temporary fds pointing to /dev/null (fd.o #56927, Michel HERMIER) + · Update sd-daemon.[ch] from systemd (fd.o #60681) + · Add partial support for QNX (fd.o #60339, Matt Fischer) • Windows-specific: · The default session bus listening and connecting address is now @@ -41,6 +54,7 @@ Fixes: and GDBus "out of the box". Use the configure options and cmake variables described above if you require a different autolaunch scope. (fd.o #38201, Simon McVittie) + · Avoid a CMake warning under Cygwin (fd.o #59401, Ralf Habacker) • Create session.d, system.d directories under CMake (fd.o #41319, Ralf Habacker)