Skip to content

Commit 3da2d01

Browse files
committed
Bump version to 3.1.7
1 parent b4ef4c1 commit 3da2d01

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

NEWS

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
libmodbus 3.1.7 (2022-01-09)
2+
============================
3+
4+
- modbus_reply: fix copy & paste error in sanity check (fixes #614)
5+
- Add SECURITY.md (closes #613)
6+
- Fix typo in comment (closes #588)
7+
- Replace obsolete AC_PROG_CC_STDC by AC_PROG_CC
8+
- Fix position of CC flags in documentation (closes #599)
9+
- Remove duplicate ';' (closes #602)
10+
- Add the baud rate of 256k for Windows (closes #603)
11+
- cosmetic changes in man page standardizing itemization
12+
- Fix many typos
13+
- Replace .dir-locals.el (Emacs) by .editorconfig
14+
- Include the test LICENSE in tarball
15+
- Install the NEWS and AUTHORS files
16+
- Update README.md
17+
- docs: fix simple typo, reponse -> response
18+
- Add modbus_[get|set]_indication_timeout to doc build
19+
- Fix warning issues
20+
- Move malloc before starting unit tests
21+
- Fixed MODBUS_GET_* macros in case of negative values
22+
- SPDX: change LGPL-2.1+ to LGPL-2.1-or-later
23+
24+
Thank you to @yegorich, @i-ky, @jobol, @timgates42, @anton-bondarev, Richard
25+
Ash, @stefannilsson, Marc Haber, @qqq89513 and @mhei.
26+
127
libmodbus 3.1.6 (2019-07-31)
228
============================
329

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

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

0 commit comments

Comments
 (0)