Skip to content

Commit 519b020

Browse files
committed
- updated CHANGELOG and README.md
1 parent d309018 commit 519b020

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ Changes to version 1.6.0
33

44
New features and improvements:
55

6-
- Updated array handling (every array element is not a separate ModelNode instance)
6+
- Updated array handling (every array element is now a separate ModelNode instance)
77
- IED server: added additional callbacks to control external access to the data model (required to implement RBAC)
88
- IED server: implemented write access handler for array elements and components of array elements (LIB61850-437)
99
- IED server: new function IedServer_handleWriteAccessForDataObject (LIB61850-437)
10-
- added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
11-
- added function IedClientError_toString
10+
- IED server: added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
11+
- IED client: added function IedClientError_toString
1212
- Java tools: Support for time stamp Val elements
1313
- IedServer: added configuration options to IedServerConfig to make RCB elements read-only (LIB61850-404)
1414
- .NET API: Added functions SetReportSetting and GetReportSetting to IedServerConfig (LIB61850-404)
1515
- IED client: added functions IedConnection_setRCBValuesAsync and IedConnection_getRCBValuesAsync (LIB61850-334)
1616
- TLS: TLS version 1.3 can be supported when mbedtls 3.6 is used when compiling the library (using mbedtls 2.28 is still possible)
1717
- BETA: Support for R-GOOSE and R-SV
1818
- BETA: SNTP client code
19+
- IED server: extended config file format to better support arrays (LIB61850-415)
20+
1921

2022
Other changes:
2123

@@ -39,11 +41,14 @@ Fixed bugs and vulnerabilities:
3941
- fixed - potential race condition when using IedConnection_installReportHandler and IedConnection_uninstallReportHandler
4042
- fixed - IEC 61580 server: dataset is not released when RCB.Datset is set to empty string by client (LIB61850-425)
4143
- Vulnerability: MMS client: fixed - parsing of servicecsSupported in MMS init response is off by one (LIB61850-419)(#469)
44+
- fixed DPC status bug in beaglebone demo
45+
- IED cllient: fixed memory leak and memory handling problem in function IedConnection_readDataSetValuesAsync (LIB61850-439)
46+
- IED server: fixed crash when client tries to write complete SGCB structure
4247

4348

4449

45-
Changes to version 1.5.3
46-
------------------------
50+
Changes to version 1.5.3 (Dec 18, 2023)
51+
---------------------------------------
4752

4853
New features and improvements:
4954

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# README libIEC61850
22

3-
[![Build Status](https://travis-ci.org/mz-automation/libiec61850.svg?branch=master)](https://travis-ci.org/mz-automation/libiec61850)
4-
53
This file is part of the documentation of **libIEC61850**. More documentation can be found online at http://libiec61850.com.
64

75
The API documentation can be found here:

0 commit comments

Comments
 (0)