Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmodbus 3.1.11 #195374

Merged
merged 2 commits into from
Oct 24, 2024
Merged

libmodbus 3.1.11 #195374

merged 2 commits into from
Oct 24, 2024

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
  • RTU - Check CRC before filtering on slave ID
  • HAVE_NETINET_IN_H as guard around header (closes #765)
  • Use default port 502 in documentation.
  • Fix float endianness issue introduced in v3.1.8 (49af73d). Thank you @ghorwin for your excellent work on the subject. Closes #665, #694, #757, #770.
  • Proper display of used CFLAGS.
  • Don't build with debug flag by default anymore.
  • Check request length in modbus_reply when used in memcpy.
    Thank you Nozomi Networks Labs Advisory for the report.
  • Fix insecure data handling. CID 416366: INTEGER_OVERFLOW found with Coverity Scan.
  • Remove useless cast in setsockopt call (closes #721)
  • Link against socket and nsl libs when building on SunOS. Thank you @lanurmi.
  • Update documentation about tcp-pi requiring 1 KiB of extra memory (closes #715). Thank you @psychon.
  • Documentation improvements by @cedricboudinet and @mhei.
  • Revert TCP checks for recovery (closes #711).
  • Don't use loop initial declaration (closes #752).
  • Fix wrong generated version for double number in win32 (closes #675).
  • Don't use gai_strerror if not available.
  • Add checks for netinet/ip.h and gai_strerror (#745)
  • Log error in read input registers if debug (closes #755).
  • Fix errno value on timeout with TCP connect (closes #736, #756).
    Thank you @kyllingstad for the issue and @psychon for the fix.
  • Free addrinfo struct on getaddrinfo() gerrors.
  • Fix doc of modbus_mapping_new_start_address (#615).

New Contributors

Full Changelog: stephane/libmodbus@v3.1.10...v3.1.11

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 23, 2024
autobump: add libmodbus

Signed-off-by: Rui Chen <[email protected]>
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Oct 23, 2024
@chenrui333 chenrui333 added CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot. and removed automerge-skip `brew pr-automerge` will skip this pull request CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot. labels Oct 23, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 24, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 24, 2024
Merged via the queue into master with commit c215247 Oct 24, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-libmodbus-3.1.11 branch October 24, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants