diff --git a/NEWS b/NEWS index 5fa172b..3f8a97d 100644 --- a/NEWS +++ b/NEWS @@ -272,6 +272,31 @@ RTS flow control. - RTS flow control with modbus_rtu_set_rts and modbus_rtu_get_rts functions by Torello Querci and Stéphane Raimbault. +libmodbus 3.0.8 (2019-07-31) +============================ + +- Fix awful typo in fix for VD-1301 vulnerability. + Thank you @karlp. + +libmodbus 3.0.7 (2019-07-29) +============================ + +- Backport fixes for VD-1301 and VD-1302 vulnerabilities +- Move WINVER definition before other includes (closes #350) +- Replace signed int by unsigned + +libmodbus 3.0.6 (2014-02-21) +============================ + +- Backport fix remote buffer overflow vulnerability on write requests +- Replace deprecated INCLUDES by AM_CPPFLAGS + +libmodbus 3.0.5 (2013-10-06) +============================ + +- Fix remote buffer overflow vulnerability +- Fix receiving of incorrect queries in write_single + libmodbus 3.0.4 (2012-05-08) ============================