Browse Source

Updated NEWS

Stéphane Raimbault 14 years ago
parent
commit
8c09fb172f
1 changed files with 4 additions and 1 deletions
  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