Changelog: update
authorDaniel Mack <daniel@zonque.org>
Wed, 7 Jan 2015 20:28:00 +0000 (21:28 +0100)
committerDaniel Mack <daniel@zonque.org>
Wed, 7 Jan 2015 20:28:00 +0000 (21:28 +0100)
Signed-off-by: Daniel Mack <daniel@zonque.org>
Changelog

index 2fc3862be6708443c20a8929c502e7f545e37207..262bad1f527351899cf55adef5721edebdf6b330 100644 (file)
--- 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: