|
@@ -5,18 +5,24 @@ This release introduces API changes on modbus_get_byte_timeout,
|
|
|
modbus_get_response_timeout, modbus_set_byte_timeout,
|
|
|
modbus_set_response_timeout to ease writing of language bindings.
|
|
|
|
|
|
+- Allow to listen any hosts in IPv6 (closes #32)
|
|
|
+- Define and public export of MODBUS_MAX_PDU_LENGTH (closes #167)
|
|
|
+- Truncate data from response in report_slave_id to new max arg (closes #167)
|
|
|
+- Fix response timeout modification on connect (closes #80)
|
|
|
- New API to set/get response and byte timeouts.
|
|
|
New unit tests and updated documentation.
|
|
|
- Export Modbus function codes supported by libmodbus
|
|
|
- Fix bandwidth-server-one (closes #152)
|
|
|
- Check debug flag in RTU code
|
|
|
-- Sync packaging with official from Debian (closes #134)
|
|
|
- Remove warnings caused by shadowed 'index' variable.
|
|
|
Thanks to Åke Forslund.
|
|
|
- Use accept4 in TCP PI if available
|
|
|
- Add documentation for tcp[_pi]_accept (closes #31)
|
|
|
- Fix mistake in modbus_tcp_listen documentation
|
|
|
- Add documentation for modbus_tcp_pi_listen
|
|
|
+- Fix for MinGW and Windows (#144, #169, #175, #180, #181, #187)
|
|
|
+ Thanks to Marjan Tomas.
|
|
|
+- Many other fixes (#134, #157, #158, #183, #184) and improvements.
|
|
|
|
|
|
libmodbus 3.1.1 (2013-10-06)
|
|
|
============================
|