Commit 00ecea619d8cec936c820d089de450c7e1d905f0
1 parent
1782fcc0
Update NEWS file
Showing
1 changed file
with
29 additions
and
2 deletions
NEWS
| 1 | -libmodbus 3.2.0 (XXXX-XX-XX) | |
| 1 | +libmodbus 3.1.3 (XXXX-XX-XX) | |
| 2 | 2 | ============================ |
| 3 | 3 | |
| 4 | +- Introduce offsets in modbus mappings. | |
| 5 | +- Add some more macros for data manipulation | |
| 6 | +- Change order of few functions in modbus RTU code. | |
| 7 | +- Add entries for modbus_rtu_[get|set]_delay in documentation index. | |
| 8 | +- Implemented runtime configurable RTS delay by Jimmy Bergström. | |
| 9 | +- Add an entry in libmodbus index page for modbus_rtu_set_custom_rts | |
| 10 | +- Add support for user defined RTS toggle function by Jimmy | |
| 11 | + Bergström. | |
| 12 | +- Added ILLEGAL_DATA_ADDRESS tests for modbus_write_register[|s]. | |
| 13 | + Thanks to Andrey Skvortsov. | |
| 14 | +- Update documentation of modbus_rtu_set_rts | |
| 15 | +- fix rts signal switch time by Hiromasa Ihara. | |
| 16 | +- Improve new_rtu and set_slave documentation (related to #276) | |
| 17 | +- Fix late check of ctx in modbus_reply[|_exception] (closes #269) | |
| 18 | +- Wait the server for 1 second before running tests (help Travis) | |
| 19 | +- A libmodbus context isn't thread safe and won't be (closes #246) | |
| 4 | 20 | - Fix buffer overflow in modbus_mask_write_register #265) |
| 5 | - | |
| 21 | +- Minor adjustments to README about AsciiDoc | |
| 22 | +- Export MODBUS_MAX_ADU_LENGTH and documentation (ref #241). | |
| 23 | +- Explicit check against Modbus broadcast address. | |
| 24 | +- Do not reply on broadcast requests (fixes #153). Thanks to Michael. | |
| 25 | +- Add Travis support | |
| 26 | +- Run unit tests with standard: make check (closes #205, closes #238). | |
| 27 | + This patch has been developed by Andrey Skvortsov, Michael Heimpold | |
| 28 | + and Stéphane Raimbault. | |
| 29 | +- modbus_send_raw_request: limit request length (fixes #207). | |
| 30 | + Thanks to Hanno Neuer for spotting this security flaw. | |
| 31 | +- Add new contributors to AUTHORS | |
| 32 | +- Introduce SPDX license identifiers. Thanks to Michael Heimpold. | |
| 6 | 33 | |
| 7 | 34 | libmodbus 3.1.2 (2015-02-13) |
| 8 | 35 | ============================ | ... | ... |