Skip to content

Commit 5e309fd

Browse files
committed
Updated NEWS
1 parent 06a1de6 commit 5e309fd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# NEWS
22

3+
## libmodbus 3.1.12 (2026-02-13)
4+
5+
- Fix FD_SET overflow when socket fd >= FD_SETSIZE.
6+
- Check dest pointer not null and nb in read functions.
7+
- NULL check for src and nb < 1 validation in write functions.
8+
- `modbus_reply`: don't compute address for FC 0x07/0x11.
9+
- Use O_NONBLOCK instead of deprecated O_NDELAY (closes #710).
10+
- Explicit cast for Coverity CID 416366.
11+
- Document required buffer size of `modbus_receive`.
12+
- Document macros for error codes corresponding to Modbus exceptions (#758).
13+
- Fix example of `modbus_rtu_set_serial_mode` (closes #552).
14+
- Test filesystem provides symlink in autogen.sh (closes #414).
15+
- Sync API signatures with the documentation.
16+
- Many documentation fixes and typo corrections.
17+
- Add coverage target and helper script.
18+
319
## libmodbus 3.1.11 (2024-10-22)
420

521
- RTU - Check CRC before filtering on slave ID

0 commit comments

Comments
 (0)