Skip to content

Commit f5939cf

Browse files
committed
Bump version to 3.1.8
1 parent da87669 commit f5939cf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
libmodbus 3.1.8 (2022-08-17)
2+
============================
3+
4+
- Major rewrite of documentation with Material for mkdocs
5+
- Reduce memory use of TCP PI backend (closes #621)
6+
- Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz)
7+
- Replace Travis CI by GitHub CI
8+
- Fix linker error for Windows (VCLinkerTool)
9+
- Address check in single register / coil responses added (#463)
10+
- Swap CRC bytes in request data but not at CRC computing (#397)
11+
- Fix float endianness issue on big endian architecture
12+
- Fix comment about EMBUNKEXC (closes #566)
13+
- Fix network library detection on Haiku
14+
- Fix typos (closes #620)
15+
116
libmodbus 3.1.7 (2022-01-09)
217
============================
318

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
m4_define([libmodbus_version_major], [3])
1515
m4_define([libmodbus_version_minor], [1])
16-
m4_define([libmodbus_version_micro], [7])
16+
m4_define([libmodbus_version_micro], [8])
1717

1818
m4_define([libmodbus_release_status],
1919
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])

0 commit comments

Comments
 (0)