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.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+
110Changes 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+
1323Changes to version 2.0.2
1424------------------------
1525- CS104 slave: added new CS104_ConnectionEventHandler to track connection events
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 "1" )
15- set (LIB_VERSION_PATCH "0 " )
15+ set (LIB_VERSION_PATCH "1 " )
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.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
You can’t perform that action at this time.
0 commit comments