From: Daniel Mack Date: Wed, 7 Jan 2015 20:28:00 +0000 (+0100) Subject: Changelog: update X-Git-Tag: upstream/0.20150129.081441utc~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0716f87b4eed91ea74c0a8533ecd9290481b098;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git Changelog: update Signed-off-by: Daniel Mack --- diff --git a/Changelog b/Changelog index 2fc3862..262bad1 100644 --- a/Changelog +++ b/Changelog @@ -84,6 +84,12 @@ since v2: * New test case for kernel notification quota + * Switched back to enums for the list of ioctls. This has advantages + for userspace code as gdb, for instance, is able to resolve the + numbers into names. Added features can easily be detected with + autotools, and new iotcls can get #defines as well. Having #defines + for the initial set of ioctls is uncecessary. + since RFC v1: