Commit c33586439525b365864398e7276d883ac5e389b4

Authored by Stéphane Raimbault
1 parent 8f1cc7b3

Updated NEWS file

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