File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes to version 2.3.4
2+ ------------------------
3+
4+ - removed internal calls to CS101_ASDU_createFromBuffer to avoid dynamic memory allocation while handling received ASDUs
5+ - added CS101_ASDU_createFromBuffer to API
6+ - added ability to change config defines from make command (#169)
7+ - Time(Linux): always use clock_gettime; cleanup cmake files to remove checks for clock_gettime (#162)
8+ - Time(windows): fixed - Hal_getMonotonicTimeInMs() doesn't call GetTickCount64 correctly (#163)
9+
110Changes to version 2.3.3
211------------------------
312
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENABLE_TESTING()
1212
1313set (LIB_VERSION_MAJOR "2" )
1414set (LIB_VERSION_MINOR "3" )
15- set (LIB_VERSION_PATCH "3 " )
15+ set (LIB_VERSION_PATCH "4 " )
1616
1717set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /third_party/cmake/modules/" )
1818
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "lib60870-C"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2.3.3
41+ PROJECT_NUMBER = 2.3.4
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ extern "C" {
4747
4848#define LIB60870_VERSION_MAJOR 2
4949#define LIB60870_VERSION_MINOR 3
50- #define LIB60870_VERSION_PATCH 3
50+ #define LIB60870_VERSION_PATCH 4
5151
5252/**
5353 * \brief lib60870 version information
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ sonar.organization=mz-automation
33
44# This is the name and version displayed in the SonarCloud UI.
55sonar.projectName =lib60870
6- sonar.projectVersion =2.3.3
6+ sonar.projectVersion =2.3.4
77
Original file line number Diff line number Diff line change 1- = lib60870 - IEC 60870-5-101/104 C Source Code Library User Guide - Version 2.3.0
1+ = lib60870 - IEC 60870-5-101/104 C Source Code Library User Guide - Version 2.3.4
22Copyright 2020 MZ Automation GmbH
33
44== Introduction
You can’t perform that action at this time.
0 commit comments