Przeglądaj źródła

Update the NEWS file for the 2.0.2 release.

Stéphane Raimbault 16 lat temu
rodzic
commit
407c6e30d8
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14 0
      NEWS

+ 14 - 0
NEWS

@@ -1,3 +1,17 @@
+libmodbus 2.0.2 (2008-08-XX)
+============================
+- Fix a bug reported by email by Davide Pippa
+  The function modbus_receive must check the number of values
+  indicated in the response accordingly to the query.
+- Fix #241006 reported by Jesus Hernandez Tapia
+  modbus_check_response() crashes on an invalid exception code
+- Reduce the number of function calls (read_reg_response and
+  preset_response have been removed)
+- Add a new unit test for bad response
+- Catch the timeout even if the length is equal to a exception trame
+- Test only msg_length_computed on change
+- Many comments and cleanups
+
 libmodbus 2.0.1 (2008-07-02)
 ============================
 - Include libmodbus.spec in the tarball