|
@@ -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.
|