From 407c6e30d8e408e2ac7f625a5af8a0cb25f2a7df Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 7 Aug 2008 17:59:29 +0200 Subject: [PATCH] Update the NEWS file for the 2.0.2 release. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 62615da..e7b8584 100644 --- a/NEWS +++ b/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 -- libgit2 0.21.4