Commit 33d924348b8d95f988a954a9bfd15d7583970845
1 parent
852d7825
Update NEWS file for modbus_receive and modbus_[gs]et_socket
Showing
1 changed file
with
8 additions
and
2 deletions
NEWS
| @@ -11,8 +11,14 @@ libmodbus 2.9.4 (2011-05-XX) | @@ -11,8 +11,14 @@ libmodbus 2.9.4 (2011-05-XX) | ||
| 11 | - New functions to send and receive raw requests | 11 | - New functions to send and receive raw requests |
| 12 | - Fix flush function of TCP backend on Windows | 12 | - Fix flush function of TCP backend on Windows |
| 13 | - API changes for server/slave: | 13 | - API changes for server/slave: |
| 14 | - * modbus_receive has been renamed modbus_receive_from | ||
| 15 | - * modbus_receive has been added to use the socket of the context. | 14 | + * modbus_receive doesn't take socket/fd argument anymore |
| 15 | + * new function modbus_set_socket to set socket/fd | ||
| 16 | +- API changes for timeout functions: | ||
| 17 | + * modbus_get_timeout_begin -> modbus_get_response_timeout | ||
| 18 | + * modbus_set_timeout_begin -> modbus_set_response_timeout | ||
| 19 | + * modbus_get_timeout_end -> modbus_get_byte_timeout | ||
| 20 | + * modbus_set_timeout_end -> modbus_set_byte_timeout | ||
| 21 | + | ||
| 16 | 22 | ||
| 17 | libmodbus 2.9.3 (2011-01-14) | 23 | libmodbus 2.9.3 (2011-01-14) |
| 18 | ============================ | 24 | ============================ |