Changelog: some more updates
authorDaniel Mack <daniel@zonque.org>
Wed, 7 Jan 2015 15:23:52 +0000 (16:23 +0100)
committerDaniel Mack <daniel@zonque.org>
Wed, 7 Jan 2015 15:23:52 +0000 (16:23 +0100)
Signed-off-by: Daniel Mack <daniel@zonque.org>
Changelog

index 3c160361db9c73282d371b65132da19a02525fb1..2fc3862be6708443c20a8929c502e7f545e37207 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -53,7 +53,17 @@ since v2:
     Lutomirski, Michele Curti, Sergei Zviagintsev, Sheng Yong, Torstein
     Husebø and Hristo Venev.
 
-  * Fixed compiler warnings on test-message by Michele Curti
+  * Fixed compiler warnings in test-message by Michele Curti
+
+  * Unexpected items are now rejected with -EINVAL
+
+  * Split signal and broadcast handling. Unicast signals are now
+    supported, and messages have a new KDBUS_MSG_SIGNAL flag.
+
+  * KDBUS_CMD_MSG_SEND was renamed to KDBUS_CMD_SEND, and now takes
+    a struct kdbus_cmd_send instead of a kdbus_msg.
+
+  * KDBUS_CMD_MSG_RECV was renamed to KDBUS_CMD_RECV.
 
   * Test case memory leak plugged, and various other cleanups and
     fixes, by Rui Miguel Silva.