Commit 4e71821a8a8114e8507f459c9232856abbf39352
1 parent
52a5f1af
Update NEWS file for v3.1.4
Showing
1 changed file
with
25 additions
and
0 deletions
NEWS
| 1 | +libmodbus 3.1.4 (2016-05-28) | ||
| 2 | +============================ | ||
| 3 | + | ||
| 4 | +- C_PROG_RANLIB is rendered obsolete by LT_INIT | ||
| 5 | +- Improve ifdef around bswap_16 for __CYGWIN__ | ||
| 6 | +- Improve Cygwin support. Thanks to StalderT. | ||
| 7 | +- Another round of DRY in modbus_reply() | ||
| 8 | +- Rename raw_rep to raw_rsp in unit-test-client | ||
| 9 | +- Fix wrong function name in debug message | ||
| 10 | +- Fix handling of invalid function code (closes #315) | ||
| 11 | +- Add debug message on unknown function and new unit test | ||
| 12 | +- DRY in modbus_reply by improving response_exception() | ||
| 13 | +- Fix typo in 3053bd0adb | ||
| 14 | +- CID 69145 - Argument cannot be negative in unit-test-server | ||
| 15 | +- CID 69142 - Unchecked return value in unit-test-server | ||
| 16 | +- Fix CID 69140 - Bad bit shift operation (coverity) in tests | ||
| 17 | +- Rewrite and rename README as README.md in tests/ | ||
| 18 | +- Github's contributing and issue template files | ||
| 19 | +- Fix small leak (64 bytes in TCP) in unit-test-client | ||
| 20 | +- Add unit-tests.sh to tarball | ||
| 21 | +- Add ./configure.scan to .gitignore | ||
| 22 | +- Move setting of option inside the relevant conditional group | ||
| 23 | +- Add links to new modbus_*_float_* functions in index | ||
| 24 | +- Slight change to modbus_report_slave_id doc. | ||
| 25 | + | ||
| 1 | libmodbus 3.1.3 (2016-05-11) | 26 | libmodbus 3.1.3 (2016-05-11) |
| 2 | ============================ | 27 | ============================ |
| 3 | 28 |