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.5
2+ ------------------------
3+
4+ - fixed MessageQueue_isAsduAvailable to solve CPU usage problem in CS104 server (LIB8705-123)
5+ - fixed problem in normalized value handling (LIB8705-122)
6+
17Changes to version 2.3.4
28------------------------
39
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 "4 " )
15+ set (LIB_VERSION_PATCH "5 " )
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.4
41+ PROJECT_NUMBER = 2.3.5
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 @@ -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.4
6+ sonar.projectVersion =2.3.5
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.4
1+ = lib60870 - IEC 60870-5-101/104 C Source Code Library User Guide - Version 2.3.5
22Copyright 2020 MZ Automation GmbH
33
44== Introduction
You can’t perform that action at this time.
0 commit comments