diff --git a/NEWS b/NEWS index 106dd9b..67fdd0e 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,14 @@ libmodbus 2.9.4 (2011-05-XX) - New functions to send and receive raw requests - Fix flush function of TCP backend on Windows - API changes for server/slave: - * modbus_receive has been renamed modbus_receive_from - * modbus_receive has been added to use the socket of the context. + * modbus_receive doesn't take socket/fd argument anymore + * new function modbus_set_socket to set socket/fd +- API changes for timeout functions: + * modbus_get_timeout_begin -> modbus_get_response_timeout + * modbus_set_timeout_begin -> modbus_set_response_timeout + * modbus_get_timeout_end -> modbus_get_byte_timeout + * modbus_set_timeout_end -> modbus_set_byte_timeout + libmodbus 2.9.3 (2011-01-14) ============================