Commit 0cf64c6f9043b36760a226f2a34197c6b674ff11

Authored by Stéphane Raimbault
1 parent 5bf53eb5

Updated NEWS and README

Showing 2 changed files with 12 additions and 3 deletions
1 libmodbus 2.2.0 (2009-XX-01) 1 libmodbus 2.2.0 (2009-XX-01)
2 ============================ 2 ============================
3 -- New API to read and write float values 3 +
  4 +- New API to read and write float values by Stéphane Raimbault and Florian
  5 + Forster.
4 - New API for slave server (see MIGRATION) 6 - New API for slave server (see MIGRATION)
5 - New slave server able to handle multiple connections 7 - New slave server able to handle multiple connections
6 - Slave only replies to broadcast queries or queries with its slave ID 8 - Slave only replies to broadcast queries or queries with its slave ID
7 - Improved Modbus protocol conformance 9 - Improved Modbus protocol conformance
8 - modbus_param_t is smaller (2 int removed) 10 - modbus_param_t is smaller (2 int removed)
9 -- Better error management 11 +- Better error management and SIGPIPE signal is blocked
10 - Faster 12 - Faster
11 - Fix #333455 - Cygwin IPTOS_LOWDELAY not supported on cygwin 13 - Fix #333455 - Cygwin IPTOS_LOWDELAY not supported on cygwin
12 Reported by Jeff Laughlin and Yishin Li. 14 Reported by Jeff Laughlin and Yishin Li.
@@ -22,6 +24,12 @@ libmodbus 2.2.0 (2009-XX-01) @@ -22,6 +24,12 @@ libmodbus 2.2.0 (2009-XX-01)
22 - Fix #457200 - FreeBSD support 24 - Fix #457200 - FreeBSD support
23 Patch provided by Norbert Koch. 25 Patch provided by Norbert Koch.
24 26
  27 +Other changes:
  28 +
  29 +- The code is now published and developed on
  30 + http://github.com/stephane/libmodbus
  31 +- Waf support has been removed
  32 +
25 libmodbus 2.0.3 (2009-03-22) 33 libmodbus 2.0.3 (2009-03-22)
26 ============================ 34 ============================
27 - Fix CRC error when a slave RTU send a response. 35 - Fix CRC error when a slave RTU send a response.
@@ -16,7 +16,8 @@ Schneider at www.schneiderautomation.com. @@ -16,7 +16,8 @@ Schneider at www.schneiderautomation.com.
16 The license of libmodbus is LGPL v3. 16 The license of libmodbus is LGPL v3.
17 The licence of programs in the tests directory is GPL v3. 17 The licence of programs in the tests directory is GPL v3.
18 18
19 -https://launchpad.net/libmodbus 19 +http://github.com/stephane/libmodbus
  20 +(the old project page was https://launchpad.net/libmodbus)
20 http://copyleft.free.fr/wordpress/index.php/libmodbus/ 21 http://copyleft.free.fr/wordpress/index.php/libmodbus/
21 22
22 Installation 23 Installation