From: Daniel Mack Date: Mon, 12 Jan 2015 14:19:36 +0000 (+0100) Subject: Changelog: document kdbus-test --tap X-Git-Tag: upstream/0.20150129.081441utc~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9260c1c096f53aa3ed57ef9e0ab53680a851472e;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git Changelog: document kdbus-test --tap Signed-off-by: Daniel Mack --- diff --git a/Changelog b/Changelog index 262bad1..96c5c55 100644 --- a/Changelog +++ b/Changelog @@ -72,6 +72,10 @@ since v2: * Test case fix for 32bit archs + * The test framework learned a --tap command line parameter to + format its output in the "Test Anything Protocol". This format + is chosen by default when "make kselftest" is invoked. + * Fixed buses and custom endpoints name validation, reported by Andy Lutomirski.