瀏覽代碼

Updated NEWS

Stéphane Raimbault 17 年之前
父節點
當前提交
3e867a1230
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      NEWS

+ 9 - 0
NEWS

@@ -7,6 +7,15 @@ libmodbus 1.9.x
   https://blueprints.launchpad.net/libmodbus/+spec/macosx-support
 - No more glib dependency
   https://blueprints.launchpad.net/libmodbus/+spec/glib-dependency
+- Unit testing (unit-test-slave and unit-test-master)
+- Port number is now defined at initialisation by Dirk Reusch
+- Better memory management (uint8_t *data and packing of
+  modbus_param_t)
+- Better error management
+- Declare more functions with the static keyword
+- Enhance an integer division
+- Many cleanups
+
 - Fix #159443 reported by Stefan Bisanz
   Index of incoming data in force multiple coils function
 - Fix #161989 reported by Konstantinos Togias