Stéphane Raimbault 14 年 前
コミット
8c09fb172f
1 ファイル変更4 行追加1 行削除
  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