Commit 361f1e404d4761aaf10484064e8b8080f0d8c9fe

Authored by Stéphane Raimbault
1 parent d69c8cf9

Updated NEWS file

Showing 1 changed file with 20 additions and 1 deletions
... ... @@ -10,6 +10,26 @@ This release introduces API changes on modbus_get_byte_timeout,
10 10 modbus_get_response_timeout, modbus_set_byte_timeout,
11 11 modbus_set_response_timeout to ease writing of language bindings.
12 12  
  13 +- Fix timeouts in unit tests
  14 +- Don't flush on illegal address errors in single write functions
  15 +- Fix compilation on compilers not supporting c99 mode.
  16 + Thanks to Michael Heimpold.
  17 +- Update license for the tests in Debian packaging (#221)
  18 +- Move check of device earlier to avoid a free call
  19 +- Unit test for baud rate check and error message.
  20 +- Fix crash modbus_new_rtu when baud is 0.
  21 + Thank you to Daniel Schürmann.
  22 +- Removed function prototype without implementation
  23 + Thank you Andrej Skvortzov.
  24 +- Switch test programs to a BSD license
  25 +- Fix remote buffer overflow vulnerability on write requests
  26 +- Avoid twice connect() in source code (closes #194)
  27 +- Fix compilation with MinGW (GCC 4.8.1) under Win7 (closes #163)
  28 + Thank you MarjanTomas and SwissKnife.
  29 +- Fix TCP IPv4 modbus_connect() on win32 (closes #100 and #165)
  30 + Thank you Petr Gladkiy and Marjan Tomas.
  31 +- Fix 24a05ebd3c0 - win32: init of modbus_tcp_pi_listen (#187)
  32 +- INADDR_* macros are defined in host byte order
13 33 - Filter of IP addresses in IPv4 server (closes #190)
14 34 - Allow to listen any hosts in IPv6 (closes #32)
15 35 - Define and public export of MODBUS_MAX_PDU_LENGTH (closes #167)
... ... @@ -88,7 +108,6 @@ sequences. Windows support still broken.
88 108 - Fix wrong constant names to create version number.
89 109 Thanks to Denis Davydov.
90 110  
91   -
92 111 libmodbus 3.1.0 (2012-06-22)
93 112 ============================
94 113  
... ...