From 788884c2f4a3b0555b3a1f0e01f8b1d3d081bbc8 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 7 Jan 2015 16:23:52 +0100 Subject: [PATCH] Changelog: some more updates Signed-off-by: Daniel Mack --- Changelog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 3c16036..2fc3862 100644 --- 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. -- 2.34.1