Răsfoiți Sursa

Updated NEWS and README

Stéphane Raimbault 15 ani în urmă
părinte
comite
0cf64c6f90
2 a modificat fișierele cu 12 adăugiri și 3 ștergeri
  1. 10 2
      NEWS
  2. 2 1
      README

+ 10 - 2
NEWS

@@ -1,12 +1,14 @@
 libmodbus 2.2.0 (2009-XX-01)
 libmodbus 2.2.0 (2009-XX-01)
 ============================
 ============================
-- New API to read and write float values
+
+- New API to read and write float values by Stéphane Raimbault and Florian
+  Forster.
 - New API for slave server (see MIGRATION)
 - New API for slave server (see MIGRATION)
 - New slave server able to handle multiple connections
 - New slave server able to handle multiple connections
 - Slave only replies to broadcast queries or queries with its slave ID
 - Slave only replies to broadcast queries or queries with its slave ID
 - Improved Modbus protocol conformance
 - Improved Modbus protocol conformance
 - modbus_param_t is smaller (2 int removed)
 - modbus_param_t is smaller (2 int removed)
-- Better error management
+- Better error management and SIGPIPE signal is blocked
 - Faster
 - Faster
 - Fix #333455 - Cygwin IPTOS_LOWDELAY not supported on cygwin
 - Fix #333455 - Cygwin IPTOS_LOWDELAY not supported on cygwin
   Reported by Jeff Laughlin and Yishin Li.
   Reported by Jeff Laughlin and Yishin Li.
@@ -22,6 +24,12 @@ libmodbus 2.2.0 (2009-XX-01)
 - Fix #457200 - FreeBSD support
 - Fix #457200 - FreeBSD support
   Patch provided by Norbert Koch.
   Patch provided by Norbert Koch.
 
 
+Other changes:
+
+- The code is now published and developed on
+  http://github.com/stephane/libmodbus
+- Waf support has been removed
+
 libmodbus 2.0.3 (2009-03-22)
 libmodbus 2.0.3 (2009-03-22)
 ============================
 ============================
 - Fix CRC error when a slave RTU send a response.
 - Fix CRC error when a slave RTU send a response.

+ 2 - 1
README

@@ -16,7 +16,8 @@ Schneider at www.schneiderautomation.com.
 The license of libmodbus is LGPL v3.
 The license of libmodbus is LGPL v3.
 The licence of programs in the tests directory is GPL v3.
 The licence of programs in the tests directory is GPL v3.
 
 
-https://launchpad.net/libmodbus
+http://github.com/stephane/libmodbus
+(the old project page was https://launchpad.net/libmodbus)
 http://copyleft.free.fr/wordpress/index.php/libmodbus/
 http://copyleft.free.fr/wordpress/index.php/libmodbus/
 
 
 Installation
 Installation