Skip to content

Commit 5190e5e

Browse files
committed
Bump version to 3.1.11
1 parent b15e4b0 commit 5190e5e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

NEWS

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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.
@@ -19,11 +23,11 @@
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)

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], [10])
16+
m4_define([libmodbus_version_micro], [11])
1717

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

0 commit comments

Comments
 (0)