From 5f80dabd9811912ea972abe98f083296e70f567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Mon, 29 Jul 2019 11:14:46 +0200 Subject: [PATCH] Update NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index edd360eea..73e9200b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +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) ============================