From 33d924348b8d95f988a954a9bfd15d7583970845 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Fri, 6 May 2011 09:11:53 +0200 Subject: [PATCH] Update NEWS file for modbus_receive and modbus_[gs]et_socket --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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) ============================ -- libgit2 0.21.4