From: Simon McVittie Date: Tue, 12 Feb 2013 11:44:29 +0000 (+0000) Subject: Merge branch 'dbus-1.6' X-Git-Tag: dbus-1.7.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b811228f91fb5158045577a53a0f7df232d8f962;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.6' --- b811228f91fb5158045577a53a0f7df232d8f962 diff --cc NEWS index 43996634d,061ca1869..5905ec92d --- a/NEWS +++ b/NEWS @@@ -29,19 -7,11 +29,22 @@@ 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) -• Don't leak temporary fds pointing to /dev/null (fd.o #56927, Michel HERMIER) +• 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) + +• Windows-specific: + · The default session bus listening and connecting address is now + "autolaunch:", which makes D-Bus on Windows interoperate with itself + 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) + • Create session.d, system.d directories under CMake (fd.o #41319, + Ralf Habacker) + D-Bus 1.6.8 (2012-09-28) ==