Commit 7fec417e5b45c246d285c8f3a3e104eb76ac0828
1 parent
cb9d03d0
Update NEWS
Showing
1 changed file
with
35 additions
and
0 deletions
NEWS
| 1 | +libmodbus 3.1.5 (2019-07-29) | |
| 2 | +============================ | |
| 3 | + | |
| 4 | +- Fix URL | |
| 5 | +- Add appveyor.com config | |
| 6 | +- Update libmodbus.txt | |
| 7 | +- Change arg value from int to const uint16_t in modbus_write_register | |
| 8 | +- Mark raw_req argument as const in modbus_send_raw_request (closes #479) | |
| 9 | +- Add unit tests for VD-1301 and VD-1302 vulnerabilities | |
| 10 | +- Fix VD-1301 and VD-1302 vulnerabilities | |
| 11 | +- Create CODE_OF_CONDUCT.md | |
| 12 | +- modbus_mapping_t is now a named typedef (to allow forward declaration) | |
| 13 | +- Rename type as flags for consistency between functions | |
| 14 | +- Add missing SOCK_CLOEXEC flag on socket creation | |
| 15 | +- Remove wrong and harmful checks in configure.ac | |
| 16 | +- Oops fix OR on RS485 settings (1c5d969) | |
| 17 | +- Only set SER_RS485_ENABLED bit of existing RS485 settings | |
| 18 | +- Add .vscode/ to .gitignore | |
| 19 | +- Fix wrong function name | |
| 20 | +- Remove a duplicated semi-colon | |
| 21 | +- Fix a small typo in test message | |
| 22 | +- Fix modbus_reply for TCP when unit id == 0 (fixes #376) | |
| 23 | +- New functions to define the indication timeout (#95) | |
| 24 | +- Remove CYGWIN condition to provide bswap16 fallback (#383) | |
| 25 | +- typo fix | |
| 26 | +- Use builtin bswap16 of gcc 4.8 (#377) | |
| 27 | +- Handle out-of-memory conditions more gracefully | |
| 28 | +- [doc] Add entry points for accept/listen in libmodbus index | |
| 29 | +- Fix typo | |
| 30 | +- Refine issue template for Github | |
| 31 | +- Move WINVER definition before other includes (#350) | |
| 32 | +- Add new function modbus_get_slave() | |
| 33 | +- Fix LIBMODBUS_VERSION_HEX encoding (closes #345) | |
| 34 | +- tcp_modbus_accept mustn't close socket on error (closes #333) | |
| 35 | + | |
| 1 | 36 | libmodbus 3.1.4 (2016-05-28) |
| 2 | 37 | ============================ |
| 3 | 38 | ... | ... |