forked from pool/libmodbus
- update to 3.1.10: * Fix baud rate handling with RTU under Linux * Fix modbus_disable_quirks signature * Move content about migration to libmodbus.org * Avoid negative value in FD_SET call * Test socket against positive value instead of -1 * Improvements to autotools by @ndim * Fix doc links by @jordanjohnson56 (#653) * Test the protocol id for 0 by @metapsychologe (#509) * Fix double negative in tests * New quirks handler (closes #38 #533) * Fix bitwise OR in documentation * Improve doc about slave ID in RTU * Add .clang-format and format code (closes #394) * Remove constraints on baud rate values * Accept IP or device in arg of unit test progs * Avoid compilation issue with VS2022 with strdup * Display created files in configure.js * Use strcpy_s under Windows * Replace inet_addr by inet_pton calls * Replace inet_ntoa by inet_ptop * Update configure.ac/config.h.win32 for new inet functions * Instructions to build libmodbus in a VS project * Fix connection check for Windows RTU (closes #660, #662) * Add CIFuzz Github action by @DavidKorczynski (#669) * Convert a few int to unsigned int (#402) OBS-URL: https://build.opensuse.org/request/show/1060146 OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=7
69 lines
2.7 KiB
Plaintext
69 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 21 11:46:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.1.10:
|
|
* Fix baud rate handling with RTU under Linux
|
|
* Fix modbus_disable_quirks signature
|
|
* Move content about migration to libmodbus.org
|
|
* Avoid negative value in FD_SET call
|
|
* Test socket against positive value instead of -1
|
|
* Improvements to autotools by @ndim
|
|
* Fix doc links by @jordanjohnson56 (#653)
|
|
* Test the protocol id for 0 by @metapsychologe (#509)
|
|
* Fix double negative in tests
|
|
* New quirks handler (closes #38 #533)
|
|
* Fix bitwise OR in documentation
|
|
* Improve doc about slave ID in RTU
|
|
* Add .clang-format and format code (closes #394)
|
|
* Remove constraints on baud rate values
|
|
* Accept IP or device in arg of unit test progs
|
|
* Avoid compilation issue with VS2022 with strdup
|
|
* Display created files in configure.js
|
|
* Use strcpy_s under Windows
|
|
* Replace inet_addr by inet_pton calls
|
|
* Replace inet_ntoa by inet_ptop
|
|
* Update configure.ac/config.h.win32 for new inet functions
|
|
* Instructions to build libmodbus in a VS project
|
|
* Fix connection check for Windows RTU (closes #660, #662)
|
|
* Add CIFuzz Github action by @DavidKorczynski (#669)
|
|
* Convert a few int to unsigned int (#402)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 2 19:31:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.1.8:
|
|
* Major rewrite of documentation with Material for mkdocs
|
|
* Reduce memory use of TCP PI backend (closes #621)
|
|
* Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz)
|
|
* Replace Travis CI by GitHub CI
|
|
* Fix linker error for Windows (VCLinkerTool)
|
|
* Address check in single register / coil responses added (#463)
|
|
* Swap CRC bytes in request data but not at CRC computing (#397)
|
|
* Fix float endianness issue on big endian architecture
|
|
* Fix comment about EMBUNKEXC (closes #566)
|
|
* Fix network library detection on Haiku
|
|
* Fix typos (closes #620)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 3 22:27:20 UTC 2022 - Stanislav Brabec <sbrabec@suse.com>
|
|
|
|
- Update to version 3.1.7:
|
|
* Many minor fixes, typo fixes and documentation enhancements.
|
|
* For more see NEWS.
|
|
- Properly build debug package.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 7 18:42:16 CEST 2019 - sbrabec@suse.com
|
|
|
|
- Update to version 3.1.6:
|
|
- API extensions and minor API changes
|
|
- Fix VD-1301 and VD-1302 vulnerabilities.
|
|
- Bug fixes.
|
|
* For more see NEWS.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 20 15:19:23 CEST 2017 - sbrabec@suse.com
|
|
|
|
- New package, version 3.1.4 (development, but stable).
|
|
|