Skip to content

Commit

Permalink
Bump version to 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Aug 17, 2022
1 parent da87669 commit f5939cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
libmodbus 3.1.8 (2022-08-17)
============================

- Major rewrite of documentation with Material for mkdocs
- Reduce memory use of TCP PI backend (closes #621)
- Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz)
- Replace Travis CI by GitHub CI
- Fix linker error for Windows (VCLinkerTool)
- Address check in single register / coil responses added (#463)
- Swap CRC bytes in request data but not at CRC computing (#397)
- Fix float endianness issue on big endian architecture
- Fix comment about EMBUNKEXC (closes #566)
- Fix network library detection on Haiku
- Fix typos (closes #620)

libmodbus 3.1.7 (2022-01-09)
============================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -13,7 +13,7 @@
#
m4_define([libmodbus_version_major], [3])
m4_define([libmodbus_version_minor], [1])
m4_define([libmodbus_version_micro], [7])
m4_define([libmodbus_version_micro], [8])

m4_define([libmodbus_release_status],
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])
Expand Down

0 comments on commit f5939cf

Please sign in to comment.