Commit ad15dbb27000ffe99aaac52a07f83092252b19d6
1 parent
1813b572
Updated NEWS file for v2.9.3
Showing
1 changed file
with
3 additions
and
1 deletions
NEWS
| 1 | -libmodbus 2.9.3 (2011-01-10) | 1 | +libmodbus 2.9.3 (2011-01-14) |
| 2 | ============================ | 2 | ============================ |
| 3 | 3 | ||
| 4 | - Major rewriting of the message reading (no more timeouts on exception) | 4 | - Major rewriting of the message reading (no more timeouts on exception) |
| 5 | + by Stéphane Raimbault | ||
| 5 | - New function to reply to an indication with an exception message | 6 | - New function to reply to an indication with an exception message |
| 6 | modbus_reply_exception() | 7 | modbus_reply_exception() |
| 7 | - New function modbus_get_header_length(modbus_t *ctx) | 8 | - New function modbus_get_header_length(modbus_t *ctx) |
| @@ -17,6 +18,7 @@ libmodbus 2.9.3 (2011-01-10) | @@ -17,6 +18,7 @@ libmodbus 2.9.3 (2011-01-10) | ||
| 17 | - Fix unit identifier not copied by the TCP server. | 18 | - Fix unit identifier not copied by the TCP server. |
| 18 | Reported by Antti Manninen. | 19 | Reported by Antti Manninen. |
| 19 | - Fix missing modbus_flush() in unit tests | 20 | - Fix missing modbus_flush() in unit tests |
| 21 | +- Fixes for OpenBSD by Barry Grumbine and Jason Oster | ||
| 20 | 22 | ||
| 21 | libmodbus 2.9.2 (2010-12-05) | 23 | libmodbus 2.9.2 (2010-12-05) |
| 22 | ============================ | 24 | ============================ |