From ec947b234e6fd58a28b23f833cf0f933accb5cbf Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sat, 21 Sep 2019 16:43:02 +0200 Subject: [PATCH] - updated CHANGELOG --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 755dc2ba..2bd67166 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,15 @@ Changes to version 1.4.0 - IEC 61850 client: IedConnection - added CONNECTING AND CLOSING states - removed IDLE state (CLOSED, CONNECTING, CONNECTED, CLOSING) - now using mbedtls 2.16 - TLS renegotiation disabled by default +- fixed bug in BerInteger_setUint16 +- IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API +- MMS client: fixed problem with obtain file timeout with large files +- IEC 61850 server: Control model callback signature changed. Added ControlAction object to access control related parameters in control callbacks +- SV subscriber: improved error handling when Ethernet access doesn't work; fixed potential memory leak +- GOOSE publisher: integrated error handling when Ethernet interface is not available +- GOOSE receiver: add support for operation without Ethernet HAL implementation +- MMS server: fixed memory access problem when client unexpectedly closed connection during file upload (set-file) +- static model generator: Initialize Dbpos value from Val element in ICD/CID file (see github #163) Changes to version 1.3.3 ------------------------