소스 검색

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