Commit caade94bf2b9cd8c2a8f10416b7d67ed0448a26f
1 parent
00ecea61
Minor changes to NEWS
Showing
1 changed file
with
9 additions
and
9 deletions
NEWS
| ... | ... | @@ -2,27 +2,27 @@ libmodbus 3.1.3 (XXXX-XX-XX) |
| 2 | 2 | ============================ |
| 3 | 3 | |
| 4 | 4 | - Introduce offsets in modbus mappings. |
| 5 | -- Add some more macros for data manipulation | |
| 5 | +- Add some more macros for data manipulation. | |
| 6 | 6 | - Change order of few functions in modbus RTU code. |
| 7 | 7 | - Add entries for modbus_rtu_[get|set]_delay in documentation index. |
| 8 | 8 | - Implemented runtime configurable RTS delay by Jimmy Bergström. |
| 9 | -- Add an entry in libmodbus index page for modbus_rtu_set_custom_rts | |
| 9 | +- Add an entry in libmodbus index page for modbus_rtu_set_custom_rts. | |
| 10 | 10 | - Add support for user defined RTS toggle function by Jimmy |
| 11 | 11 | Bergström. |
| 12 | 12 | - Added ILLEGAL_DATA_ADDRESS tests for modbus_write_register[|s]. |
| 13 | 13 | Thanks to Andrey Skvortsov. |
| 14 | 14 | - Update documentation of modbus_rtu_set_rts |
| 15 | 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) | |
| 20 | -- Fix buffer overflow in modbus_mask_write_register #265) | |
| 21 | -- Minor adjustments to README about AsciiDoc | |
| 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). | |
| 20 | +- Fix buffer overflow in modbus_mask_write_register (#265). | |
| 21 | +- Minor adjustments to README about AsciiDoc. | |
| 22 | 22 | - Export MODBUS_MAX_ADU_LENGTH and documentation (ref #241). |
| 23 | 23 | - Explicit check against Modbus broadcast address. |
| 24 | 24 | - Do not reply on broadcast requests (fixes #153). Thanks to Michael. |
| 25 | -- Add Travis support | |
| 25 | +- Add Travis support. | |
| 26 | 26 | - Run unit tests with standard: make check (closes #205, closes #238). |
| 27 | 27 | This patch has been developed by Andrey Skvortsov, Michael Heimpold |
| 28 | 28 | and Stéphane Raimbault. | ... | ... |