Commit ea2d655ee00859fdbb6346db1f56040c8f65a4c3
1 parent
3b09d0f4
Updated NEWS file
Showing
1 changed file
with
6 additions
and
1 deletions
NEWS
| ... | ... | @@ -8,7 +8,9 @@ libmodbus 2.9.4 (2011-06-XX) |
| 8 | 8 | Reported by Patsy Kaye. |
| 9 | 9 | - Documentation of libmodbus functions with AsciiDoc (man and HTML) by Stéphane |
| 10 | 10 | Raimbault |
| 11 | -- New functions to send and receive raw requests | |
| 11 | +- Avoid an iteration in flush function | |
| 12 | +- New functions to send and receive raw requests (modbus_send_raw_request, | |
| 13 | + odbus_receive_confirmation) | |
| 12 | 14 | - Fix flush function of TCP backend on Windows |
| 13 | 15 | - API changes for server/slave: |
| 14 | 16 | * modbus_receive doesn't take socket/fd argument anymore |
| ... | ... | @@ -18,10 +20,13 @@ libmodbus 2.9.4 (2011-06-XX) |
| 18 | 20 | * modbus_set_timeout_begin -> modbus_set_response_timeout |
| 19 | 21 | * modbus_get_timeout_end -> modbus_get_byte_timeout |
| 20 | 22 | * modbus_set_timeout_end -> modbus_set_byte_timeout |
| 23 | +- Fix longstanding limitation of server to wait forever | |
| 21 | 24 | - New functions modbus_set/get_serial_mode by Manfred Gruber and Stéphane |
| 22 | 25 | Raimbault for RS485 communications |
| 23 | 26 | - Improved recovery mode (see modbus_set_error_recovery documentation) for |
| 24 | 27 | data link and protocol errors. |
| 28 | +- Fix compilation issue with Microsoft Visual Studio 2008. | |
| 29 | + Reported by Allan Cornet. | |
| 25 | 30 | |
| 26 | 31 | libmodbus 2.9.3 (2011-01-14) |
| 27 | 32 | ============================ | ... | ... |