Commit c010593c9df8af212ca7884274c9998ab5dad34e
1 parent
27b39f7e
Updated NEWS
Showing
1 changed file
with
4 additions
and
0 deletions
NEWS
| @@ -6,6 +6,9 @@ libmodbus 3.0.1 (2011-07-18) | @@ -6,6 +6,9 @@ libmodbus 3.0.1 (2011-07-18) | ||
| 6 | <tobias.doerffel@gmail.com> | 6 | <tobias.doerffel@gmail.com> |
| 7 | - Properly check TIOCSRS485 define by Matthijs Kool | 7 | - Properly check TIOCSRS485 define by Matthijs Kool |
| 8 | - Rename package to libmodbus5 to fix lintian warning | 8 | - Rename package to libmodbus5 to fix lintian warning |
| 9 | +- RTS flow control with modbus_rtu_set_rts and modbus_rtu_get_rts | ||
| 10 | + functions by Torello Querci <tquerci@gmail.com> and Stéphane Raimbault. | ||
| 11 | + | ||
| 9 | 12 | ||
| 10 | libmodbus 3.0.0 (2011-07-11) | 13 | libmodbus 3.0.0 (2011-07-11) |
| 11 | ============================ | 14 | ============================ |
| @@ -25,6 +28,7 @@ libmodbus 3.0.0 (2011-07-11) | @@ -25,6 +28,7 @@ libmodbus 3.0.0 (2011-07-11) | ||
| 25 | - Enhanced report slave ID | 28 | - Enhanced report slave ID |
| 26 | - New RPM spec file to package documentation and development files | 29 | - New RPM spec file to package documentation and development files |
| 27 | 30 | ||
| 31 | + | ||
| 28 | libmodbus 2.9.4 (2011-06-05) | 32 | libmodbus 2.9.4 (2011-06-05) |
| 29 | ============================ | 33 | ============================ |
| 30 | 34 |