Skip to content

Commit 313c385

Browse files
committed
- updated version number to 2.3.4
- updated CHANGELOG
1 parent 92cd8a9 commit 313c385

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
Changes to version 2.3.3
211
------------------------
312

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 "3")
15+
set(LIB_VERSION_PATCH "4")
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.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

lib60870-C/src/inc/api/iec60870_common.h

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

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.3
6+
sonar.projectVersion=2.3.4
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.0
1+
= lib60870 - IEC 60870-5-101/104 C Source Code Library User Guide - Version 2.3.4
22
Copyright 2020 MZ Automation GmbH
33

44
== Introduction

0 commit comments

Comments
 (0)