Commit 407c6e30d8e408e2ac7f625a5af8a0cb25f2a7df
1 parent
f09a7471
Update the NEWS file for the 2.0.2 release.
Showing
1 changed file
with
14 additions
and
0 deletions
NEWS
| 1 | +libmodbus 2.0.2 (2008-08-XX) | |
| 2 | +============================ | |
| 3 | +- Fix a bug reported by email by Davide Pippa | |
| 4 | + The function modbus_receive must check the number of values | |
| 5 | + indicated in the response accordingly to the query. | |
| 6 | +- Fix #241006 reported by Jesus Hernandez Tapia | |
| 7 | + modbus_check_response() crashes on an invalid exception code | |
| 8 | +- Reduce the number of function calls (read_reg_response and | |
| 9 | + preset_response have been removed) | |
| 10 | +- Add a new unit test for bad response | |
| 11 | +- Catch the timeout even if the length is equal to a exception trame | |
| 12 | +- Test only msg_length_computed on change | |
| 13 | +- Many comments and cleanups | |
| 14 | + | |
| 1 | 15 | libmodbus 2.0.1 (2008-07-02) |
| 2 | 16 | ============================ |
| 3 | 17 | - Include libmodbus.spec in the tarball | ... | ... |