From: David Herrmann Date: Mon, 20 Oct 2014 13:47:06 +0000 (+0200) Subject: TODO: remove external-API entry X-Git-Tag: upstream/0.20141102.012929utc~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=772809606a30b700f5c8f6f394e82fc28624f360;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git TODO: remove external-API entry We decided on how to handle external API compatibility: * unknown flags are rejected and properly overwritten by the kernel * unknown items have to be ignored by *BOTH* sides Drop this entry from the TODO list. Signed-off-by: David Herrmann --- diff --git a/TODO b/TODO index 902ec22..3a80d96 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,3 @@ Features: - also attach queued names to message metadata? - test message budget limits - -External API: - - rules for: - -unknown items to ignore in userspace lib? - -unknown items to ignore if SEND sees them?