Commit 06dc37ff68311fba97497f735db5984ac24a0094
1 parent
be00a9c9
Merge NEWS with v3.0.x branch
Showing
1 changed file
with
25 additions
and
0 deletions
NEWS
| ... | ... | @@ -272,6 +272,31 @@ RTS flow control. |
| 272 | 272 | - RTS flow control with modbus_rtu_set_rts and modbus_rtu_get_rts |
| 273 | 273 | functions by Torello Querci <tquerci@gmail.com> and Stéphane Raimbault. |
| 274 | 274 | |
| 275 | +libmodbus 3.0.8 (2019-07-31) | |
| 276 | +============================ | |
| 277 | + | |
| 278 | +- Fix awful typo in fix for VD-1301 vulnerability. | |
| 279 | + Thank you @karlp. | |
| 280 | + | |
| 281 | +libmodbus 3.0.7 (2019-07-29) | |
| 282 | +============================ | |
| 283 | + | |
| 284 | +- Backport fixes for VD-1301 and VD-1302 vulnerabilities | |
| 285 | +- Move WINVER definition before other includes (closes #350) | |
| 286 | +- Replace signed int by unsigned | |
| 287 | + | |
| 288 | +libmodbus 3.0.6 (2014-02-21) | |
| 289 | +============================ | |
| 290 | + | |
| 291 | +- Backport fix remote buffer overflow vulnerability on write requests | |
| 292 | +- Replace deprecated INCLUDES by AM_CPPFLAGS | |
| 293 | + | |
| 294 | +libmodbus 3.0.5 (2013-10-06) | |
| 295 | +============================ | |
| 296 | + | |
| 297 | +- Fix remote buffer overflow vulnerability | |
| 298 | +- Fix receiving of incorrect queries in write_single | |
| 299 | + | |
| 275 | 300 | libmodbus 3.0.4 (2012-05-08) |
| 276 | 301 | ============================ |
| 277 | 302 | ... | ... |