From: Simon McVittie Date: Tue, 14 Oct 2014 13:12:14 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.9.2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25d13297f87a1a103dde6af81a7f0f4382f7a191;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 5ef7ae6a5..40210faf7 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,13 @@ Enhancements: · clarify arbitrary limits by quoting them in mebibytes · new value 'const' for EmitsChangedSignal annotation +• Add dbus-test-tool, a D-Bus swiss army knife with multiple subcommands, + useful for debugging and performance testing: + · dbus-test-tool spam: send repeated messages + · dbus-test-tool echo: send an empty reply for all method calls + · dbus-test-tool black-hole: do not reply to method calls + (fd.o #34140; Alban Crequy, Simon McVittie, Will Thompson) + • Add an example script to find potentially undesired match rules (fd.o #84598, Alban Crequy)