Răsfoiți Sursa

Bump version to 3.1.7

Stéphane Raimbault 3 ani în urmă
părinte
comite
3da2d01916
2 a modificat fișierele cu 27 adăugiri și 1 ștergeri
  1. 26 0
      NEWS
  2. 1 1
      configure.ac

+ 26 - 0
NEWS

@@ -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)
 ============================
 

+ 1 - 1
configure.ac

@@ -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])])