File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# NEWS
22
3- ## libmodbus x.x.x
3+ ## libmodbus 3.1.11 (2024-10-22)
44
5+ - RTU - Check CRC before filtering on slave ID
6+ - HAVE_NETINET_IN_H as guard around header (closes #765)
7+ - Use default port 502 in documentation.
58- Fix float endianness issue introduced in v3.1.8 (49af73d).
69 Thank you @ghorwin for your excellent work on the subject.
710 Closes #665, #694, #757, #770.
11+ - Proper display of used CFLAGS.
812- Don't build with debug flag by default anymore.
913- Check request length in `modbus_reply` when used in `memcpy`.
1014 Thank you Nozomi Networks Labs Advisory for the report.
1923- Don't use loop initial declaration (closes #752).
2024- Fix wrong generated version for double number in win32 (closes #675).
2125- Don't use gai_strerror if not available.
22- - Add checks for netinet/ip.h and gai_strerror
26+ - Add checks for netinet/ip.h and gai_strerror (#745)
2327- Log error in read input registers if debug (closes #755).
2428- Fix errno value on timeout with TCP connect (closes #736, #756).
2529 Thank you @kyllingstad for the issue and @psychon for the fix.
26- - Free addrinfo struct on getaddrinfo() errors .
30+ - Free addrinfo struct on getaddrinfo() gerrors .
2731- Fix doc of modbus_mapping_new_start_address (#615).
2832
2933## libmodbus 3.1.10 (2022-12-07)
Original file line number Diff line number Diff line change 1313#
1414m4_define ( [ libmodbus_version_major] , [ 3] )
1515m4_define ( [ libmodbus_version_minor] , [ 1] )
16- m4_define ( [ libmodbus_version_micro] , [ 10 ] )
16+ m4_define ( [ libmodbus_version_micro] , [ 11 ] )
1717
1818m4_define ( [ libmodbus_release_status] ,
1919 [ m4_if ( m4_eval ( libmodbus_version_minor % 2 ) , [ 1] , [ snapshot] , [ release] ) ] )
You can’t perform that action at this time.
0 commit comments