From ea2d655ee00859fdbb6346db1f56040c8f65a4c3 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 5 Jun 2011 05:57:03 +0200 Subject: [PATCH] Updated NEWS file --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1b8e3b4..79f6357 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,9 @@ libmodbus 2.9.4 (2011-06-XX) Reported by Patsy Kaye. - Documentation of libmodbus functions with AsciiDoc (man and HTML) by Stéphane Raimbault -- New functions to send and receive raw requests +- Avoid an iteration in flush function +- New functions to send and receive raw requests (modbus_send_raw_request, + odbus_receive_confirmation) - Fix flush function of TCP backend on Windows - API changes for server/slave: * modbus_receive doesn't take socket/fd argument anymore @@ -18,10 +20,13 @@ libmodbus 2.9.4 (2011-06-XX) * modbus_set_timeout_begin -> modbus_set_response_timeout * modbus_get_timeout_end -> modbus_get_byte_timeout * modbus_set_timeout_end -> modbus_set_byte_timeout +- Fix longstanding limitation of server to wait forever - New functions modbus_set/get_serial_mode by Manfred Gruber and Stéphane Raimbault for RS485 communications - Improved recovery mode (see modbus_set_error_recovery documentation) for data link and protocol errors. +- Fix compilation issue with Microsoft Visual Studio 2008. + Reported by Allan Cornet. libmodbus 2.9.3 (2011-01-14) ============================ -- libgit2 0.21.4