Skip to content

Commit

Permalink
Bump version to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Jan 8, 2022
1 parent b4ef4c1 commit 3da2d01
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
libmodbus 3.1.7 (2022-01-09)
============================

- modbus_reply: fix copy & paste error in sanity check (fixes #614)
- Add SECURITY.md (closes #613)
- Fix typo in comment (closes #588)
- Replace obsolete AC_PROG_CC_STDC by AC_PROG_CC
- Fix position of CC flags in documentation (closes #599)
- Remove duplicate ';' (closes #602)
- Add the baud rate of 256k for Windows (closes #603)
- cosmetic changes in man page standardizing itemization
- Fix many typos
- Replace .dir-locals.el (Emacs) by .editorconfig
- Include the test LICENSE in tarball
- Install the NEWS and AUTHORS files
- Update README.md
- docs: fix simple typo, reponse -> response
- Add modbus_[get|set]_indication_timeout to doc build
- Fix warning issues
- Move malloc before starting unit tests
- Fixed MODBUS_GET_* macros in case of negative values
- SPDX: change LGPL-2.1+ to LGPL-2.1-or-later

Thank you to @yegorich, @i-ky, @jobol, @timgates42, @anton-bondarev, Richard
Ash, @stefannilsson, Marc Haber, @qqq89513 and @mhei.

libmodbus 3.1.6 (2019-07-31)
============================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
m4_define([libmodbus_version_major], [3])
m4_define([libmodbus_version_minor], [1])
m4_define([libmodbus_version_micro], [6])
m4_define([libmodbus_version_micro], [7])

m4_define([libmodbus_release_status],
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])
Expand Down

0 comments on commit 3da2d01

Please sign in to comment.