Commit 3e867a1230c90700e7d7388568d99416913ef237

Authored by Stéphane Raimbault
1 parent 1df898b4

Updated NEWS

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