File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# NEWS
2
2
3
- ## libmodbus x.x.x
3
+ ## libmodbus 3.1.11 (2024-10-22)
4
4
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.
5
8
- Fix float endianness issue introduced in v3.1.8 (49af73d).
6
9
Thank you @ghorwin for your excellent work on the subject.
7
10
Closes #665, #694, #757, #770.
11
+ - Proper display of used CFLAGS.
8
12
- Don't build with debug flag by default anymore.
9
13
- Check request length in `modbus_reply` when used in `memcpy`.
10
14
Thank you Nozomi Networks Labs Advisory for the report.
19
23
- Don't use loop initial declaration (closes #752).
20
24
- Fix wrong generated version for double number in win32 (closes #675).
21
25
- 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)
23
27
- Log error in read input registers if debug (closes #755).
24
28
- Fix errno value on timeout with TCP connect (closes #736, #756).
25
29
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 .
27
31
- Fix doc of modbus_mapping_new_start_address (#615).
28
32
29
33
## libmodbus 3.1.10 (2022-12-07)
Original file line number Diff line number Diff line change 13
13
#
14
14
m4_define ( [ libmodbus_version_major] , [ 3] )
15
15
m4_define ( [ libmodbus_version_minor] , [ 1] )
16
- m4_define ( [ libmodbus_version_micro] , [ 10 ] )
16
+ m4_define ( [ libmodbus_version_micro] , [ 11 ] )
17
17
18
18
m4_define ( [ libmodbus_release_status] ,
19
19
[ m4_if ( m4_eval ( libmodbus_version_minor % 2 ) , [ 1] , [ snapshot] , [ release] ) ] )
You can’t perform that action at this time.
0 commit comments