From: Simon McVittie Date: Tue, 26 Apr 2011 18:15:18 +0000 (+0100) Subject: Merge branch 'dbus-1.4' X-Git-Tag: dbus-1.5.2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3eac3d3e6d38a2507a6ca923b98e55377e7e26f9;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.4' --- 3eac3d3e6d38a2507a6ca923b98e55377e7e26f9 diff --cc NEWS index ef1a09908,539c5bb68..5f10d856a --- a/NEWS +++ b/NEWS @@@ -15,29 -15,14 +15,36 @@@ Changes • Don't force -fPIE: distributions and libtool know better than we do whether it's desirable (fd.o #16621, fd.o #27215; Simon McVittie) + • Allow --disable-gc-sections, in case your toolchain offers the + -ffunction-sections, -fdata-sections and -Wl,--gc-sections options + but they're broken, as seen on Solaris (fd.o #33466, Simon McVittie) + • Install dbus-daemon and dbus-daemon-launch-helper in a more normal way + (fd.o #14512; Simon McVittie, loosely based on a patch from Luca Barbato) + • Ensure that maintainers upload documentation with the right permissions + (fd.o #36130, Simon McVittie) +D-Bus 1.5.0 (2011-04-11) +== + +The "you never know when you need to tow something from your giant +flying shark" release. + + • D-Bus Specification v0.16 + · Add support for path_namespace and arg0namespace in match rules + (fd.o #24317, #34870; Will Thompson, David Zeuthen, Simon McVittie) + · Make argNpath support object paths, not just object-path-like strings, + and document it better (fd.o #31818, Will Thompson) + • Let the bus daemon implement more than one interface (fd.o #33757, + Simon McVittie) + • Optimize _dbus_string_replace_len to reduce waste (fd.o #21261, + Roberto Guido) + • Require user intervention to compile with missing 64-bit support + (fd.o #35114, Simon McVittie) + • Add dbus_type_is_valid as public API (fd.o #20496, Simon McVittie) + • Raise UnknownObject instead of UnknownMethod for calls to methods on + paths that are not part of the object tree, and UnknownInterface for calls + to unknown interfaces in the bus daemon (fd.o #34527, Lennart Poettering) + D-Bus 1.4.8 (2011-04-08) ==