summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-14 14:12:14 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-14 14:12:14 +0100
commit25d13297f87a1a103dde6af81a7f0f4382f7a191 (patch)
tree7cbefbdf3bddac3adc2768c0a352f10766ab8fb4
parent74b4f1d07a0f166cee38c2624e9afd462676b0e9 (diff)
NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ef7ae6a..40210faf 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)