Skip to content

Commit 10b322e

Browse files
committed
- increased version to 2.1.1
1 parent 7bcb2e7 commit 10b322e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes to version 2.1.1
2+
------------------------
3+
- CS 104 slave: added functions IMasterConnection_getPeerAddress and IMasterConnection_close
4+
- CS 101/CS 104 slave: set P/N=1 (negative) when sending COT=44 or COT=45
5+
- improved compatibility with VxWorks
6+
- CS 104 slave: fixed bug in counter interrogation command handling - free stack allocated memory
7+
- fixed some include file problems
8+
9+
110
Changes to version 2.1.0
211
------------------------
312
- CS104 slave: added support for multiple redundancy groups
@@ -10,6 +19,7 @@ Changes to version 2.1.0
1019
- CS101 unbalanced master: fixed state machine problem with multiple slaves (some responses don't change state and master keeps locked on the slave)
1120
- optionally compile library without HAL to simply using together with libiec61850
1221

22+
1323
Changes to version 2.0.2
1424
------------------------
1525
- CS104 slave: added new CS104_ConnectionEventHandler to track connection events

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 "1")
15-
set(LIB_VERSION_PATCH "0")
15+
set(LIB_VERSION_PATCH "1")
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.1.0
41+
PROJECT_NUMBER = 2.1.1
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

0 commit comments

Comments
 (0)