소스 검색

Update NEWS file for modbus_receive and modbus_[gs]et_socket

Stéphane Raimbault 14 년 전
부모
커밋
33d924348b
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      NEWS

+ 8 - 2
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)
 ============================