Stéphane Raimbault %!s(int64=14) %!d(string=hai) anos
pai
achega
8c09fb172f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      NEWS

+ 4 - 1
NEWS

@@ -1,6 +1,9 @@
-libmodbus 2.9.2 (2010-10-XX)
+libmodbus 2.9.2 (2010-12-XX)
 ============================
 
+- Fix GH-3. Remove inclusion of config.h in modbus.h
+- Correctly detect if we are cross-compiling for win32 by Kirill Smelkov.
+- Rename modbus_[listen|accept] to modbus_tcp_[listen|accept]
 - Fix setting of the broadcast address
 - Remove slave argument from modbus_new_rtu()
 - Win32 support by Tobias Doerffel