Skip to content

Commit 5b678d9

Browse files
committed
- updated CHANGELOG and version to 2.3.5
1 parent f4a8088 commit 5b678d9

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
Changes to version 2.3.4
28
------------------------
39

lib60870-C/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENABLE_TESTING()
1212

1313
set(LIB_VERSION_MAJOR "2")
1414
set(LIB_VERSION_MINOR "3")
15-
set(LIB_VERSION_PATCH "4")
15+
set(LIB_VERSION_PATCH "5")
1616

1717
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/third_party/cmake/modules/")
1818

lib60870-C/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ sonar.organization=mz-automation
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=lib60870
6-
sonar.projectVersion=2.3.4
6+
sonar.projectVersion=2.3.5
77

user_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
Copyright 2020 MZ Automation GmbH
33

44
== Introduction

0 commit comments

Comments
 (0)